mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
fix compcovtest
This commit is contained in:
@ -77,6 +77,9 @@ int main(int argc, char **argv) {
|
||||
|
||||
printf("Puzzle solved, congrats!\n");
|
||||
abort();
|
||||
|
||||
if (argc > 1) { fclose(file); }
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user