Re: [PATCH 1/4] fuzz: build without AddressSanitizer, by default

2020-07-20 Thread Thomas Huth
On 06/07/2020 21.55, Alexander Bulekov wrote: > We already have a nice --enable-sanitizers option to enable > AddressSanitizer. There is no reason to duplicate and force this > functionality in --enable-fuzzing. In the future, if more sanitizers are > added to --enable-sanitizers, it might be

Re: [PATCH 1/4] fuzz: build without AddressSanitizer, by default

2020-07-06 Thread Philippe Mathieu-Daudé
On 7/6/20 9:55 PM, Alexander Bulekov wrote: > We already have a nice --enable-sanitizers option to enable > AddressSanitizer. There is no reason to duplicate and force this > functionality in --enable-fuzzing. In the future, if more sanitizers are > added to --enable-sanitizers, it might be

[PATCH 1/4] fuzz: build without AddressSanitizer, by default

2020-07-06 Thread Alexander Bulekov
We already have a nice --enable-sanitizers option to enable AddressSanitizer. There is no reason to duplicate and force this functionality in --enable-fuzzing. In the future, if more sanitizers are added to --enable-sanitizers, it might be impossible to build with both --enable-sanitizers and