Re: [PATCH] configure: Add --enable-sanitize-address

2021-12-08 Thread Mark Wielaard
Hi, On Sun, Dec 05, 2021 at 02:39:25AM +0100, Mark Wielaard wrote: > --enable-sanitize-address makes sure that all code is compiled with > -fsanitizer=address and all tests run against libasan. > > It can be combined with --enable-sanitize-undefined, but not with > --enable-valgrind. > > In main

[PATCH] configure: Add --enable-sanitize-address

2021-12-04 Thread Mark Wielaard
--enable-sanitize-address makes sure that all code is compiled with -fsanitizer=address and all tests run against libasan. It can be combined with --enable-sanitize-undefined, but not with --enable-valgrind. In maintainer mode there is one program that causes leaks, i386_gendis, so disable leak d