about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-10-29 10:00:36 +0200
committervanhauser-thc <vh@thc.org>2022-10-29 10:00:36 +0200
commit0b6007a49cda8d9fc7eb03c73fa5c05f47141072 (patch)
tree68a1ebaf160d8a752717298b581fb5936dc38e27 /include/common.h
parenta6a26d8153a177782f999f20d33b4cfc5f9e3790 (diff)
downloadafl++-0b6007a49cda8d9fc7eb03c73fa5c05f47141072.tar.gz
fix fork server kill signals for qemu, unicorn and nyx mode
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index f6d1dd1a..9d9a948c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -79,7 +79,8 @@ int parse_afl_kill_signal(u8 *numeric_signal_as_str, int default_signal);
    is NULL, the appropiate values are read from the environment. */
 void configure_afl_kill_signals(afl_forkserver_t *fsrv,
                                 char             *afl_kill_signal_env,
-                                char             *afl_fsrv_kill_signal_env);
+                                char             *afl_fsrv_kill_signal_env,
+                                int               default_server_kill_signal);
 
 /* Read a bitmap from file fname to memory
    This is for the -B option again. */