[openssl-dev] [openssl.org #3670] Bug in str_copy in conf_def.c [PATCH]

2015-02-12 Thread Rich Salz via RT
Fixed, thanks. OpenSSL_1_0_1-stable bb14c2c RT3670: Check return from BUF_MEM_grow_clean OpenSSL_1_0_2-stable ee1ccd0 RT3670: Check return from BUF_MEM_grow_clean master b0333e6 RT3670: Check return from BUF_MEM_grow_clean Author: Graeme Perrow graeme.per...@sap.com Date: Thu Feb 12 13:00:42 2015

[openssl-dev] [openssl.org #3670] Bug in str_copy in conf_def.c [PATCH]

2015-01-20 Thread Perrow, Graeme via RT
A scanning tool we use to scan our code for runtime problems such as buffer overruns, possible NULL pointer dereferencing, memory leaks, etc. has found a bug in the str_copy routine in conf_def.c. At line 621 (in 1.0.1k), there is a call to BUF_MEM_grow_clean but the return value is not