changelog update

This commit is contained in:
vanhauser-thc
2022-10-24 20:06:57 +02:00
parent 02502c1a54
commit 05e0825d66
14 changed files with 56 additions and 21 deletions

View File

@ -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);
}