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");
|
if (mem_limit_given) FATAL("Multiple -m options not supported");
|
||||||
mem_limit_given = 1;
|
mem_limit_given = 1;
|
||||||
|
|
||||||
if (!optarg) {
|
if (!optarg) { FATAL("Bad syntax used for -m"); }
|
||||||
|
|
||||||
FATAL("Bad syntax used for -m");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!strcmp(optarg, "none")) {
|
if (!strcmp(optarg, "none")) {
|
||||||
|
|
||||||
|
@ -188,7 +188,6 @@ static u8 colorization(afl_state_t *afl, u8 *buf, u32 len, u32 exec_cksum) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
checksum_fail:
|
checksum_fail:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user