Re: Crash in pgCrypto?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Crash in pgCrypto?
Дата
Msg-id 20080616135416.GD4325@alvh.no-ip.org
обсуждение исходный текст
Ответ на Crash in pgCrypto?  (Mario Weilguni <mweilguni@sime.com>)
Ответы Re: Crash in pgCrypto?
Список pgsql-hackers
Mario Weilguni wrote:
> 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.

I think the functions were made STRICT recently, and the NULL checks
were removed, but people with the old definitions of the functions could
see the crashes.  Try removing pgcrypto and recompiling it from a fresh
release.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Mario Weilguni
Дата:
Сообщение: Re: Crash in pgCrypto?
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Question about Encoding a Custom Type