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




  • ... G. Branden Robinson
    • ... Collin Funk
    • ... Paul Eggert
      • ... G. Branden Robinson
        • ... Paul Eggert
        • ... Bruno Haible via discussion of the GNU roff typesetting system and related software
    • ... Bruno Haible via discussion of the GNU roff typesetting system and related software
      • ... G. Branden Robinson

Reply via email to