Re: BUG #2260: PGCrypto Memory Problem - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2260: PGCrypto Memory Problem
Date
Msg-id 18288.1140028998@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #2260: PGCrypto Memory Problem  (Michael Fuhr <mike@fuhr.org>)
Responses Re: BUG #2260: PGCrypto Memory Problem
List pgsql-bugs
Michael Fuhr <mike@fuhr.org> writes:
> I can reproduce this in 8.1.3 on FreeBSD 6.0 and Solaris 9.  Here's
> a standalone test case:

> SELECT crypt(x::text, '$1$salt') FROM generate_series(1, 500) AS g(x);

Interesting, because I see no leak with this example on Fedora 4 or
HPUX.  Platform dependency is sounding more and more likely.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2259: never ending select from selects
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #2260: PGCrypto Memory Problem