diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-16 13:19:36 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-16 13:19:36 +0100 |
commit | 8acd503526eda9d8c87374d8cf570aeac54ced73 (patch) | |
tree | ee7ddf089545f8807530abf4bee96d16bc6e5380 /docs/notes_for_asan.md | |
parent | 4bca8af499a6ecbd2c6111f4820b66c2ba4710b5 (diff) | |
parent | 4d7f39f819b97c9985750331f12b576222cb12e2 (diff) | |
download | afl++-8acd503526eda9d8c87374d8cf570aeac54ced73.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/notes_for_asan.md')
-rw-r--r-- | docs/notes_for_asan.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 |