diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-03-17 12:48:30 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-03-17 12:48:30 +0100 |
commit | adeeed9e431e67b855ab93b32563e4851158b130 (patch) | |
tree | 02c41ad5e9720a14f15b301171d066f3a434e787 | |
parent | 513bd703845283c4f94ae2760c48ca8cc38a0076 (diff) | |
download | afl++-adeeed9e431e67b855ab93b32563e4851158b130.tar.gz |
fix dynamic list
-rw-r--r-- | dynamic_list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic_list.txt b/dynamic_list.txt index 985ec799..4b92d154 100644 --- a/dynamic_list.txt +++ b/dynamic_list.txt @@ -13,7 +13,7 @@ "__afl_dictionary_len"; "__afl_selective_coverage"; "__afl_selective_coverage_start_off"; - "__afl_selective_coverage_temp;" + "__afl_selective_coverage_temp"; "__afl_coverage_discard"; "__afl_coverage_skip"; "__afl_coverage_on"; |