Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Is it necessary to put the "-fsanitize-undefined-trap-on-error" flag when using AFL with UBSan? #159

Open
zhoulaifu opened this issue May 8, 2022 · 0 comments

Comments

@zhoulaifu
Copy link

I am building a C project in this way:

make CC=afl-gcc CFLAGS="-g -fsanitize=undefined"
The goal is to detect undefined behavior bugs with AFL. Do I also have to put "-fsanitize-undefined-trap-on-error" in CFLAGS?

%afl-gcc version
afl-cc++2.68c by Michal Zalewski
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant