[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 23 16:57:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
Well, the actual difference is that they enabled by default
-fsanitize-recover=address:

~/bin/llvm/bin/clang -fsanitize=address /tmp/leak.c ; grep store leak.s
        callq   __asan_report_store4_noabort


More information about the Gcc-bugs mailing list