mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
code format
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user