[openssl.org #3345] potential bug in crypto/evp/bio_b64.c

2014-06-01 Thread Stephen Henson via RT
Fixed now, ticket resolved. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org __ OpenSSL Project http://www.openssl.o

Re: [openssl.org #3345] potential bug in crypto/evp/bio_b64.c

2014-05-06 Thread Arthur Mesh
On Tue, May 06, 2014 at 04:09:10PM +1000, Tim Hudson wrote: > Arthur - what version of the coverity analysis tools are you running? Tim, I am using: Coverity Build Capture version 6.6.1 on FreeBSD 8.4-STABLE i386 I see there is a 3ba1e406c2309adb427ced9815ebf05f5b58d155 that supposedly fixes thi

Re: [openssl.org #3345] potential bug in crypto/evp/bio_b64.c

2014-05-05 Thread Tim Hudson
On 6/05/2014 1:13 PM, Arthur Mesh via RT wrote: > Coverity run has uncovered the following use of uninitialized local > variable in b64_read(). This applies to both 1.0.1g and master branch: Arthur - what version of the coverity analysis tools are you running? I don't see this in the current scan.

[openssl.org #3345] potential bug in crypto/evp/bio_b64.c

2014-05-05 Thread Tim Hudson via RT
On Tue May 06 05:13:42 2014, arthurm...@gmail.com wrote: > Coverity run has uncovered the following use of uninitialized local > variable in b64_read(). This applies to both 1.0.1g and master branch: See https://rt.openssl.org/Ticket/Display.html?id=3289 which is the patch which introduced this is

[openssl.org #3345] potential bug in crypto/evp/bio_b64.c

2014-05-05 Thread Arthur Mesh via RT
Coverity run has uncovered the following use of uninitialized local variable in b64_read(). This applies to both 1.0.1g and master branch: Error: UNINIT: crypto/evp/bio_b64.c:146: var_decl: Declaring variable "num" without initializer. path:crypto/evp/bio_b64.c:150: cond_false: Condition "out == N