Re: [PATCH v2] docs/fuzz: fix outdated mention to enable-sanitizers

2024-09-13 Thread Brian Cain
On 9/13/2024 6:19 AM, Matheus Tavares Bernardino wrote: This options has been removed at cb771ac1f5 (meson: Split --enable-sanitizers to --enable-{asan, ubsan}, 2024-08-13), so let's update its last standing mention in the docs. Signed-off-by: Matheus Tavares Bernardino --- In v2: fixed gramm

[PATCH v2] docs/fuzz: fix outdated mention to enable-sanitizers

2024-09-13 Thread Matheus Tavares Bernardino
This options has been removed at cb771ac1f5 (meson: Split --enable-sanitizers to --enable-{asan, ubsan}, 2024-08-13), so let's update its last standing mention in the docs. Signed-off-by: Matheus Tavares Bernardino --- In v2: fixed grammar typo and s/use-after-frees/uses-after-free/ v1: https://