Crash in pgCrypto?

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Crash in pgCrypto?
Дата
Msg-id 48564478.1020702@sime.com
обсуждение исходный текст
Ответы Re: Crash in pgCrypto?
Re: Crash in pgCrypto?
Список pgsql-hackers
Could someone using the pgcrypto extension please verify this?

SELECT encode(digest(null, 'md5'::text), 'hex');
or
SELECT digest(null, 'md5');

Takes a few seconds, and then crashes the server with a Signal 11. My 
system is PostgreSQL 8.2.7. Seems to be an unchecked access to memory 
location 0.

Best regards,
Mario Weilguni




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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Question about Encoding a Custom Type
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: Crash in pgCrypto?