On Thu, 2020-10-29 at 18:27 +0100, Mark Wielaard wrote: > When configuring with --enable-valgrind we were only running valgrind > on tests with a shell wrapper script. This patch makes sure to also > run > valgrind on "pure" binary tests. This found one small issue in libasm > where we could be writing some uninitialized padding to an ELF file. > And there were a couple tests that didn't clean up all the resources > they used. Both issues are also fixed with this patch.
Pushed