diff options
author | rish9101 <rranjan@cs.iitr.ac.in> | 2020-05-13 19:25:23 +0530 |
---|---|---|
committer | rish9101 <rranjan@cs.iitr.ac.in> | 2020-05-13 19:25:23 +0530 |
commit | 45bddcd8082eedeeb09500d764c540bc02ec0d74 (patch) | |
tree | b9744267123d9579e23befb50baeea40a5c0e42a /include/afl-fuzz.h | |
parent | 9627458ecc61783aa1f8bf76835abe00c4107739 (diff) | |
download | afl++-45bddcd8082eedeeb09500d764c540bc02ec0d74.tar.gz |
Fix bugs, remove intial post library test
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 057f78c2..cf8ef735 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -260,7 +260,7 @@ enum { /* 00 */ PY_FUNC_INIT, /* 01 */ PY_FUNC_FUZZ, - /* 02 */ PY_FUNC_post_process, + /* 02 */ PY_FUNC_POST_PROCESS, /* 03 */ PY_FUNC_INIT_TRIM, /* 04 */ PY_FUNC_POST_TRIM, /* 05 */ PY_FUNC_TRIM, |