diff options
author | van Hauser <vh@thc.org> | 2020-06-11 19:30:28 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-11 19:30:28 +0200 |
commit | e8da5f9e2894a89e36f899719e442a897a189f1f (patch) | |
tree | f9125658bf6908c9341399cc161cedd606eb3d14 /src/afl-gotcpu.c | |
parent | b3fee6cab21a99d6ead890df7422f63af4a4f2ad (diff) | |
download | afl++-e8da5f9e2894a89e36f899719e442a897a189f1f.tar.gz |
code format and debug
Diffstat (limited to 'src/afl-gotcpu.c')
-rw-r--r-- | src/afl-gotcpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c index bdf63e8f..bd0f7de6 100644 --- a/src/afl-gotcpu.c +++ b/src/afl-gotcpu.c @@ -204,8 +204,7 @@ int main(int argc, char **argv) { #endif #if defined(__sun) - if (pset_bind(c, P_PID, getpid(), NULL)) - PFATAL("pset_bind failed"); + if (pset_bind(c, P_PID, getpid(), NULL)) PFATAL("pset_bind failed"); pset_destroy(c); #endif |