diff options
author | van Hauser <vh@thc.org> | 2020-06-01 12:30:55 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-01 12:30:55 +0200 |
commit | 0de25f08ba2e39f680a1440e9b84ee9cf4136f9a (patch) | |
tree | bbb00e663439601977de0ffc72e0ef5b8333d051 /src/afl-fuzz-init.c | |
parent | bca7ce804308fdc24404d26a02d2e10116ef6289 (diff) | |
download | afl++-0de25f08ba2e39f680a1440e9b84ee9cf4136f9a.tar.gz |
code format
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r-- | src/afl-fuzz-init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index 840b57f4..ea281b7b 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -1949,7 +1949,6 @@ static void handle_skipreq(int sig) { } - /* Setup shared map for fuzzing with input via sharedmem */ void setup_testcase_shmem(afl_state_t *afl) { @@ -1978,7 +1977,6 @@ void setup_testcase_shmem(afl_state_t *afl) { } - /* Do a PATH search and find target binary to see that it exists and isn't a shell script - a common and painful mistake. We also check for a valid ELF header and for evidence of AFL instrumentation. */ |