mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 04:38:08 +00:00
removed debug print and code format
This commit is contained in:
@ -37,10 +37,12 @@ int main(int argc, char **argv) {
|
||||
|
||||
} else {
|
||||
|
||||
printf("We are in the parent - defork didn't work! :( (pid=%d)\n", (int) pid);
|
||||
printf("We are in the parent - defork didn't work! :( (pid=%d)\n",
|
||||
(int)pid);
|
||||
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user