|
#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