[openssl-dev] OPENSSL SNAP 20160330 issues

Matt Caswell matt at openssl.org
Wed Mar 30 15:04:03 UTC 2016



On 30/03/16 15:55, The Doctor wrote:
> 
> Just got
> 
> make && make test
> gcc -DZLIB_SHARED -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
> +-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_PART_WORDS
> +-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM
> +-DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
> +-DPOLY1305_ASM -DOPENSSLDIR="\"/usr/contrib\""
> +-DENGINESDIR="\"/usr/contrib/lib/engines\"" -DPERL5 -DL_ENDIAN -DTERMIOS
> +-fomit-frame-pointer -O2 -march=i486 -Wall -g -fPIC -Iinclude -I.
> +-Icrypto/include -c -o crypto/mem_dbg.o crypto/mem_dbg.c
> crypto/mem_dbg.c: In function `CRYPTO_mem_leaks':
> crypto/mem_dbg.c:660: dereferencing pointer to incomplete type
> crypto/mem_dbg.c:662: dereferencing pointer to incomplete type
> *** Error code 1
> 
> And what are these lines?
> 
>     /* Don't count the BIO that was passed in as a "leak" */
>     if (ml.seen && ml.chunks >= 1 && ml.bytes >= (int)sizeof (*b)) {
>         ml.chunks--;
>         ml.bytes -= (int)sizeof (*b);
>     }
> 
> Please fix 
> 

I have a patch for this already in review.

Matt


More information about the openssl-dev mailing list