diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-04 17:08:29 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-04 17:08:29 +0100 |
commit | 1c91d8ca79e8177b0a0d08527a29a28a2fc86522 (patch) | |
tree | 1e5fa3f5a9ae2cde127f64ad16fb49e8fe16d265 /src | |
parent | 081c480e36fa6af63f8211e70fa109b56fa5131d (diff) | |
download | afl++-1c91d8ca79e8177b0a0d08527a29a28a2fc86522.tar.gz |
code format
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 776f77db..4e019794 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -1284,8 +1284,7 @@ int main(int argc, char **argv_orig, char **envp) { fsrv->shmem_fuzz = map + sizeof(u32); configure_afl_kill_signals( - fsrv, NULL, NULL, - (fsrv->qemu_mode || unicorn_mode) ? SIGKILL : SIGTERM); + fsrv, NULL, NULL, (fsrv->qemu_mode || unicorn_mode) ? SIGKILL : SIGTERM); if (!fsrv->cs_mode && !fsrv->qemu_mode && !unicorn_mode) { |