On Wed, Dec 02, 2015 at 05:33:38PM +0100, Mark Wielaard wrote: > When --enable-valgrind is given run the testsuite with --leak-check=full > treating any memory leak as a failure. Also disable valgrind for those > tests that trigger a valgrind bug. > https://bugs.kde.org/show_bug.cgi?id=327427
Pushed to master. Using configure --enable-valgrind makes make check slow, but has been very helpful catching memory corruption and leaks. Please do use it when hacking on elfutils. Cheers, Mark