Hello,

When building x509_lu.o from 0.9.8q with GCC 4.5.2 I get the following
warnings:

../../../../../../src/crypto/openssl/crypto/x509/x509_lu.c: In function 
'X509_STORE_CTX_get1_issuer':
../../../../../../src/crypto/openssl/crypto/x509/x509_lu.c:413:2: error: 
'obj.type' may be used uninitialized in this function
../../../../../../src/crypto/openssl/crypto/x509/x509_lu.c:496:14: note: 
'obj.type' was declared here
../../../../../../src/crypto/openssl/crypto/x509/x509_lu.c:416:12: error: 
'obj.data.ptr' may be used uninitialized in this function
../../../../../../src/crypto/openssl/crypto/x509/x509_lu.c:496:14: note: 
'obj.data.ptr' was declared here
*** Error code 1

This may also apply to 1.0.0d, which I haven't verified. Potential fix
is to bzero() out obj

Thanks.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to