Hi
Has anybody been able to use lsan (leak sanitizer) along with afl-fuzz?
Unlike asan, lsan does not abort on errors. So afl-fuzz ignores it.
I see at
https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer
that the LSAN_OPTIONS environment variable can be used to change
the exit code, but I don't see a way to make lsan abort.
Besides lsan, I also see drmemory (
http://drmemory.org/) which can
detect leaks + similar memory errors detected by valgrind, but faster
than valgrind. Has anybody been using drmemory with afl-fuzz?
I don't see an option to make it abort on error either.
Regards
Dominique