diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-08 15:13:46 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-08 15:13:46 +0100 |
commit | 369fce9c85bf3b850a7109e4604fee71f694d2cb (patch) | |
tree | 2d3e61ebf00bd73958aaeb45072515837a026b68 /src/afl-fuzz-redqueen.c | |
parent | eaf4a29930fb5a397716cb34db71f1f14530923a (diff) | |
download | afl++-369fce9c85bf3b850a7109e4604fee71f694d2cb.tar.gz |
code format
Diffstat (limited to 'src/afl-fuzz-redqueen.c')
-rw-r--r-- | src/afl-fuzz-redqueen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz-redqueen.c b/src/afl-fuzz-redqueen.c index 3342445a..be41d6c4 100644 --- a/src/afl-fuzz-redqueen.c +++ b/src/afl-fuzz-redqueen.c @@ -1967,6 +1967,7 @@ static u8 cmp_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf, continue; } + #endif #ifdef _DEBUG @@ -2789,6 +2790,7 @@ static u8 rtn_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf, continue; } + #endif t = taint; |