Re: [RFC PATCH] scripts/lsan-suppressions: Add a LeakSanitizer suppressions file

2024-08-20 Thread Peter Maydell
On Mon, 19 Aug 2024 at 23:23, Alex Bennée wrote: > > Peter Maydell writes: > > > Add a LeakSanitizer suppressions file that documents and suppresses > > known false-positive leaks in either QEMU or its dependencies. > > To use it you'll need to set > > LSAN_OPTIONS="suppressions=/path/to/script

Re: [RFC PATCH] scripts/lsan-suppressions: Add a LeakSanitizer suppressions file

2024-08-19 Thread Alex Bennée
Peter Maydell writes: > Add a LeakSanitizer suppressions file that documents and suppresses > known false-positive leaks in either QEMU or its dependencies. > To use it you'll need to set > LSAN_OPTIONS="suppressions=/path/to/scripts/lsan-suppressions.txt" > when running a QEMU built with the l

Re: [RFC PATCH] scripts/lsan-suppressions: Add a LeakSanitizer suppressions file

2024-08-19 Thread Peter Maydell
On Mon, 19 Aug 2024 at 18:07, Peter Maydell wrote: > > Add a LeakSanitizer suppressions file that documents and suppresses > known false-positive leaks in either QEMU or its dependencies. > To use it you'll need to set > LSAN_OPTIONS="suppressions=/path/to/scripts/lsan-suppressions.txt" > when r

[RFC PATCH] scripts/lsan-suppressions: Add a LeakSanitizer suppressions file

2024-08-19 Thread Peter Maydell
Add a LeakSanitizer suppressions file that documents and suppresses known false-positive leaks in either QEMU or its dependencies. To use it you'll need to set LSAN_OPTIONS="suppressions=/path/to/scripts/lsan-suppressions.txt" when running a QEMU built with the leak-sanitizer. The first and curr