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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Uninitialized SSL values? (was: Fix for bug in ldapServiceLookup in libpq)
Дата
Msg-id 16777.1305214169@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Uninitialized SSL values? (was: Fix for bug in ldapServiceLookup in libpq)  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "MauMau"
Дата:
Сообщение: Fw: [BUGS] BUG #6011: Some extra messages are output in the event log at PostgreSQL startup
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Help: regarding patch development