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