Guy Deleeuw <g.de_le...@eurofer.be> writes:
> When using valgrind with one of my program a have these error from 
> PQconnectdb.

> ==20166== Conditional jump or move depends on uninitialised value(s)
> ==20166==    at 0x9C5C1EF: BN_mod_inverse (in /usr/lib/libcrypto.so.0.9.8)
> ==20166==    by 0x9C5F8D1: BN_MONT_CTX_set (in /usr/lib/libcrypto.so.0.9.8)
> ==20166==    by 0x9C5FB5F: BN_MONT_CTX_set_locked (in 
> /usr/lib/libcrypto.so.0.9.8)
> ==20166==    by 0x9C723DF: (within /usr/lib/libcrypto.so.0.9.8)
> ==20166==    by 0x9C73E18: RSA_verify (in /usr/lib/libcrypto.so.0.9.8)
> ==20166==    by 0x9983974: ssl3_get_key_exchange (in 
> /usr/lib/libssl.so.0.9.8)
> ==20166==    by 0x9985377: ssl3_connect (in /usr/lib/libssl.so.0.9.8)
> ==20166==    by 0x6158932: (within /usr/lib/libpq.so.5.1)

You'd want to report that to the openssl people, not here.

                        regards, tom lane

-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to