Re: pgcrypto: PGP signatures

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: pgcrypto: PGP signatures
Дата
Msg-id 540B25C5.3020104@joh.to
обсуждение исходный текст
Ответ на Re: pgcrypto: PGP signatures  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers
On 2014-09-05 1:38 PM, I wrote:
>     3) I've changed the code to use ntohl() and pg_time_t as per Thomas'
> comments.

> sig->creation_time = ntohl(*((uint32_t *) creation_time));

This is probably a horrible idea due to strict aliasing rules and 
alignment, though.  I think I'll just hide the bit shifts behind a 
function instead.



.marko



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: A mechanism securing web applications in DBMS
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: btree_gist macaddr valgrind woes