diff options
author | van Hauser <vh@thc.org> | 2022-10-29 15:12:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 15:12:07 +0200 |
commit | 2d640558a09b03e9416b5d87e98cf938b38def9e (patch) | |
tree | 36490ea5c663cc5b4f8e3bb94ccfae22c734cf69 /include/common.h | |
parent | 340647c5f1dda67957cf9f85b2af9e9ef7fb28af (diff) | |
parent | ec19a9b06881b6e69e5d15ea3fba527a0b53fd55 (diff) | |
download | afl++-2d640558a09b03e9416b5d87e98cf938b38def9e.tar.gz |
Merge pull request #1573 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
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. */ |