From 37f865ab244e32c2f9307014eb4da0d5561a45bd Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sun, 16 Feb 2020 10:44:53 +0100 Subject: fix UBSAN handling, update docs --- docs/notes_for_asan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/notes_for_asan.md') diff --git a/docs/notes_for_asan.md b/docs/notes_for_asan.md index c10a9726..9c49dc1f 100644 --- a/docs/notes_for_asan.md +++ b/docs/notes_for_asan.md @@ -136,7 +136,8 @@ istruction that will cause SIGILL (ud2 on x86) when an undefined behaviour is detected. This is the option that you want to use when combining AFL++ and UBSan. -AFL_USE_UBSAN=1 env var will add this compiler flag to afl-clang-fast for you. +AFL_USE_UBSAN=1 env var will add this compiler flag to afl-clang-fast, +afl-gcc-fast and afl-gcc for you. Old versions of UBSAN don't offer a consistent way to abort() on fault conditions or to terminate with a distinctive exit code -- cgit 1.4.1