Crash in pgCrypto? - Mailing list pgsql-hackers

From Mario Weilguni
Subject Crash in pgCrypto?
Date
Msg-id 48564478.1020702@sime.com
Whole thread Raw
Responses Re: Crash in pgCrypto?  ("Marko Kreen" <markokr@gmail.com>)
Re: Crash in pgCrypto?  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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 by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Question about Encoding a Custom Type
Next
From: "Marko Kreen"
Date:
Subject: Re: Crash in pgCrypto?