diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-19 21:32:08 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-19 21:32:08 +0100 |
commit | b22e890ec243c31fedc06ff3a68f62ca2b8c0ab6 (patch) | |
tree | b587b8cf277c65dbea0f995049abcfa1fb4750c4 /src/afl-showmap.c | |
parent | b6fa63abdfb62fba1a00d9b5401ee69cf1bced1a (diff) | |
download | afl++-b22e890ec243c31fedc06ff3a68f62ca2b8c0ab6.tar.gz |
fixed resize; removed more statics
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 712b50bd..caacefe4 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -578,11 +578,6 @@ static void setup_signal_handlers(void) { sigaction(SIGINT, &sa, NULL); sigaction(SIGTERM, &sa, NULL); - /* Exec timeout notifications. */ - - sa.sa_handler = handle_timeout; - sigaction(SIGALRM, &sa, NULL); - } /* Show banner. */ |