Crash in pgCrypto?

From: Mario Weilguni <mweilguni(at)sime(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Crash in pgCrypto?
Date: 2008-06-16 10:46:16
Message-ID: 48564478.1020702@sime.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2008-06-16 11:00:18 Re: Crash in pgCrypto?
Previous Message Martijn van Oosterhout 2008-06-16 09:52:40 Re: Question about Encoding a Custom Type