diff options
author | van Hauser <vh@thc.org> | 2020-03-11 11:42:57 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-11 11:42:57 +0100 |
commit | 684f4dd1c44053517c6685a8a3137691535ecd84 (patch) | |
tree | 67b729127193050c7812bf2159ffac047b45280d /src/afl-fuzz-one.c | |
parent | d8d89507b5cdbd066c149fd3c86a91b3948521aa (diff) | |
download | afl++-684f4dd1c44053517c6685a8a3137691535ecd84.tar.gz |
honor afl_quiet on env var checks + code-format
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r-- | src/afl-fuzz-one.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c index 8e88693c..92210c8b 100644 --- a/src/afl-fuzz-one.c +++ b/src/afl-fuzz-one.c @@ -1566,8 +1566,8 @@ custom_mutator_stage: for (afl->stage_cur = 0; afl->stage_cur < afl->stage_max; ++afl->stage_cur) { struct queue_entry *target; - u32 tid; - u8 *new_buf; + u32 tid; + u8 * new_buf; retry_external_pick: /* Pick a random other queue entry for passing to external API */ @@ -2163,9 +2163,9 @@ retry_splicing: afl->queued_paths > 1 && afl->queue_cur->len > 1) { struct queue_entry *target; - u32 tid, split_at; - u8 *new_buf; - s32 f_diff, l_diff; + u32 tid, split_at; + u8 * new_buf; + s32 f_diff, l_diff; /* First of all, if we've modified in_buf for havoc, let's clean that up... */ |