diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-15 13:25:15 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-15 13:25:15 +0100 |
commit | e3a5c31307f323452dc4b5288e0d19a02b596a33 (patch) | |
tree | cca651d72e43fd7eca29c28a3d47326c98cdb433 /src/afl-fuzz-redqueen.c | |
parent | dd2fd8027454acaa5c12beea6f7b721fc8794715 (diff) | |
download | afl++-e3a5c31307f323452dc4b5288e0d19a02b596a33.tar.gz |
llvm bug workaround for lto extint
Diffstat (limited to 'src/afl-fuzz-redqueen.c')
-rw-r--r-- | src/afl-fuzz-redqueen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-redqueen.c b/src/afl-fuzz-redqueen.c index 527feef5..2b01ecad 100644 --- a/src/afl-fuzz-redqueen.c +++ b/src/afl-fuzz-redqueen.c @@ -1533,6 +1533,7 @@ static u8 cmp_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf, is_n = 1; } + #endif for (i = 0; i < loggeds; ++i) { |