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 /examples/post_library/post_library.so.c | |
parent | 9627458ecc61783aa1f8bf76835abe00c4107739 (diff) | |
download | afl++-45bddcd8082eedeeb09500d764c540bc02ec0d74.tar.gz |
Fix bugs, remove intial post library test
Diffstat (limited to 'examples/post_library/post_library.so.c')
-rw-r--r-- | examples/post_library/post_library.so.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/post_library/post_library.so.c b/examples/post_library/post_library.so.c index 69fb221e..d9504b23 100644 --- a/examples/post_library/post_library.so.c +++ b/examples/post_library/post_library.so.c @@ -83,7 +83,7 @@ typedef struct post_state { } post_state_t; -void *afl_postprocess_init(void *afl, unsigned int seed{ +void *afl_postprocess_init(void *afl, unsigned int seed) { post_state_t *state = malloc(sizeof(post_state_t)); if (!state) { |