Re: [PATCH v3 4/4] configure: Add --enable-sanitize-memory

2023-02-14 Thread Mark Wielaard
Hi Ilya, On Mon, 2023-02-13 at 17:45 +0100, Ilya Leoshkevich wrote: > Add support for clang Memory Sanitizer [1], which detects the usage of > uninitialized values. While elfutils itself is already checked with > valgrind, checking code that depends on elfutils requires elfutils to > be built with

[PATCH v3 4/4] configure: Add --enable-sanitize-memory

2023-02-13 Thread Ilya Leoshkevich via Elfutils-devel
Add support for clang Memory Sanitizer [1], which detects the usage of uninitialized values. While elfutils itself is already checked with valgrind, checking code that depends on elfutils requires elfutils to be built with MSan. MSan is not linked into shared libraries, and is linked into executab