allow symbolize=1 for asan/debug

This commit is contained in:
vanhauser-thc
2020-10-23 22:49:20 +02:00
parent aa0d378520
commit 2e8ec1e339
4 changed files with 9 additions and 5 deletions

View File

@ -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];