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

@ -1117,7 +1117,6 @@ int main(int argc, char **argv_orig, char **envp) {
configure_afl_kill_signals(&fsrv, NULL, NULL);
read_initial_file();
(void)check_binary_signatures(fsrv.target_path);
@ -1151,3 +1150,4 @@ int main(int argc, char **argv_orig, char **envp) {
exit(0);
}