mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
code-format
This commit is contained in:
@ -37,7 +37,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/*******************
|
||||
* Terminal colors *
|
||||
*******************/
|
||||
|
@ -290,7 +290,9 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
if (afl->cpu_to_bind != -1) FATAL("Multiple -b options not supported");
|
||||
|
||||
if (sscanf(optarg, "%d", &afl->cpu_to_bind) < 0) {
|
||||
|
||||
FATAL("Bad syntax used for -b");
|
||||
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user