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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Albe Laurenz" <laurenz.albe@wien.gv.at>
Cc: "pgsql-hackers" <pgsql-hackers@postgresql.org>
Date: 2011-05-12T15:29:29Z
Lists: pgsql-hackers
"Albe Laurenz" <laurenz.albe@wien.gv.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