mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
code format
This commit is contained in:
parent
326ab632c3
commit
a897f355a9
@ -902,11 +902,7 @@ int main(int argc, char **argv, char **envp) {
|
||||
if (mem_limit_given) FATAL("Multiple -m options not supported");
|
||||
mem_limit_given = 1;
|
||||
|
||||
if (!optarg) {
|
||||
|
||||
FATAL("Bad syntax used for -m");
|
||||
|
||||
}
|
||||
if (!optarg) { FATAL("Bad syntax used for -m"); }
|
||||
|
||||
if (!strcmp(optarg, "none")) {
|
||||
|
||||
|
@ -720,7 +720,7 @@ u8 save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
|
||||
#if !TARGET_OS_IPHONE
|
||||
// we dont care if system errors, but we dont want a
|
||||
// compiler warning either
|
||||
(void)(system(afl->infoexec)+1);
|
||||
(void)(system(afl->infoexec) + 1);
|
||||
#else
|
||||
WARNF("command execution unsupported");
|
||||
#endif
|
||||
|
@ -188,7 +188,6 @@ static u8 colorization(afl_state_t *afl, u8 *buf, u32 len, u32 exec_cksum) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
checksum_fail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user