mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
allow symbolize=1 for asan/debug
This commit is contained in:
@ -878,7 +878,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
#endif
|
||||
|
||||
setup_signal_handlers();
|
||||
check_asan_opts();
|
||||
check_asan_opts(afl);
|
||||
|
||||
afl->power_name = power_names[afl->schedule];
|
||||
|
||||
|
Reference in New Issue
Block a user