Re: [PATCH htdocs] bugs: mention ASAN too

2025-02-13 Thread Sam James
Gerald Pfeifer writes: > On Mon, 11 Nov 2024, Sam James wrote: >> Request that reporters try `-fsanitize=address,undefined` rather than >> just `-fsanitize=undefined` when reporting bugs. We get invalid bug >> reports which ASAN would've caught sometimes, even if it's less often >> than where UBS

Re: [PATCH htdocs] bugs: mention ASAN too

2024-11-20 Thread Gerald Pfeifer
On Mon, 11 Nov 2024, Sam James wrote: > Request that reporters try `-fsanitize=address,undefined` rather than > just `-fsanitize=undefined` when reporting bugs. We get invalid bug > reports which ASAN would've caught sometimes, even if it's less often > than where UBSAN would help. I don't have a

Re: [PATCH htdocs] bugs: mention ASAN too

2024-11-20 Thread Sam James
Sam James writes: > Request that reporters try `-fsanitize=address,undefined` rather than > just `-fsanitize=undefined` when reporting bugs. We get invalid bug > reports which ASAN would've caught sometimes, even if it's less often > than where UBSAN would help. > --- > OK? Ping. > > htdocs/bu