mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
changelog update
This commit is contained in:
@ -1200,7 +1200,6 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
configure_afl_kill_signals(fsrv, NULL, NULL);
|
||||
|
||||
|
||||
if (getenv("AFL_CRASH_EXITCODE")) {
|
||||
|
||||
long exitcode = strtol(getenv("AFL_CRASH_EXITCODE"), NULL, 10);
|
||||
@ -1354,3 +1353,4 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
exit(0);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user