Re: Uninitialized SSL values? (was: Fix for bug in ldapServiceLookup in libpq)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Uninitialized SSL values? (was: Fix for bug in ldapServiceLookup in libpq)
Date: 2011-05-12 15:29:29
Message-ID: 16777.1305214169@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at> writes:
> FWIW, I ran valgrind on psql establishing an SSL connection, and I found
> some messages like this:

> ==26437== Conditional jump or move depends on uninitialised value(s)
> ==26437== Use of uninitialised value of size 4

Yeah, this has been mentioned before IIRC. It looks to me like the
issue is entirely within the SSL library and has nothing to do with
Postgres. Dunno if it's worth filing a bug report with the OpenSSL
folk ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-05-12 15:33:31 Re: Help: regarding patch development
Previous Message MauMau 2011-05-12 15:20:50 Fw: [BUGS] BUG #6011: Some extra messages are output in the event log at PostgreSQL startup