|
#if defined(HAVE_VALGRIND) |
|
VALGRIND_MAKE_MEM_DEFINED(*tag, BSL_CRYPTO_AESGCM_AUTH_TAG_LEN); |
|
#endif /* defined(HAVE_VALGRIND) */ |
If there's a way, figure out how to get Valgrind to ignore the false-positive "uninitialized buffer" after calling into OpenSSL - without modifying source as done currently. Issue currently only happening with CLang
BSL/src/crypto/CryptoInterface.c
Lines 552 to 554 in 4a9fc76
If there's a way, figure out how to get Valgrind to ignore the false-positive "uninitialized buffer" after calling into OpenSSL - without modifying source as done currently. Issue currently only happening with CLang