Skip to content

Better handling of Valgrind false-positive #122

@jeronstone

Description

@jeronstone

#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    sustainmentLong-term sustainment activities and technical debt removal

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions