mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
code format and debug
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user