G. Branden Robinson wrote: > Unfortunately, making groff ASAN-quiet is not a scheduled goal. > ... > "I see lots of memory leaks.
ASAN is useful also when you don't care about memory leaks. Just set export ASAN_OPTIONS="detect_leaks=0 abort_on_error=1 allocator_may_return_null=1" References: https://github.com/google/sanitizers/wiki/AddressSanitizer https://clang.llvm.org/docs/AddressSanitizer.html Bruno
