[openssl.org #2537] potential use of uninitialized variable in x509_lu.c

2014-09-09 Thread Rich Salz via RT
The analysis seems wrong, getting confused by the union. closing ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #2537] potential use of uninitialized variable in x509_lu.c

2011-06-01 Thread Aaron Stellman via RT
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 uninitial