about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-29 00:58:05 +0200
committervan Hauser <vh@thc.org>2020-06-29 00:58:05 +0200
commite5e485fcdb039fc77842b0753a4adf42d6063388 (patch)
treea8b52645422ac6b75cbd3dd648af865112fdf66f /src/afl-showmap.c
parent16f3df7cc6c429e302af2c21ecd5eb6ba9a58c6b (diff)
downloadafl++-e5e485fcdb039fc77842b0753a4adf42d6063388.tar.gz
fix autodict
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 994d80eb..883398ff 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -985,10 +985,12 @@ int main(int argc, char **argv_orig, char **envp) {
 
       if (read_file(infile)) {
 
-        if (wait_for_gdb) { 
+        if (wait_for_gdb) {
+
           fprintf(stderr, "exec: gdb -p %d\n", fsrv->child_pid);
           fprintf(stderr, "exec: kill -CONT %d\n", getpid());
           kill(0, SIGSTOP);
+
         }
 
         showmap_run_target_forkserver(fsrv, use_argv, in_data, in_len);