Re: [PATCH] tests: Run valgrind also on binary tests.

2020-10-30 Thread Mark Wielaard
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 wri

[PATCH] tests: Run valgrind also on binary tests.

2020-10-29 Thread Mark Wielaard
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 c