-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
sustainmentLong-term sustainment activities and technical debt removalLong-term sustainment activities and technical debt removal
Description
BSL/src/crypto/CryptoInterface.c
Lines 552 to 554 in 4a9fc76
| #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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
sustainmentLong-term sustainment activities and technical debt removalLong-term sustainment activities and technical debt removal
Type
Projects
Status
Todo