diff options
author | vanhauser-thc <vh@thc.org> | 2021-11-03 13:33:59 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-11-03 13:34:15 +0100 |
commit | 701997a2a5226c731c15f8d3f512cd8c91df1612 (patch) | |
tree | ef274b5f967dc4313b156aac73c1749c590564e9 /src | |
parent | 5bcb7a8fed18247e827452b127c6e4a6240bb93b (diff) | |
download | afl++-701997a2a5226c731c15f8d3f512cd8c91df1612.tar.gz |
fix
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz-redqueen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-redqueen.c b/src/afl-fuzz-redqueen.c index c97080c7..a9c5625f 100644 --- a/src/afl-fuzz-redqueen.c +++ b/src/afl-fuzz-redqueen.c @@ -1383,7 +1383,7 @@ static u8 cmp_extend_encoding(afl_state_t *afl, struct cmp_header *h, } - hshape = 7; // recover shape + hshape = 8; // recover shape } |