about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-03 13:33:59 +0100
committervanhauser-thc <vh@thc.org>2021-11-03 13:34:15 +0100
commit701997a2a5226c731c15f8d3f512cd8c91df1612 (patch)
treeef274b5f967dc4313b156aac73c1749c590564e9 /src
parent5bcb7a8fed18247e827452b127c6e4a6240bb93b (diff)
downloadafl++-701997a2a5226c731c15f8d3f512cd8c91df1612.tar.gz
fix
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-redqueen.c2
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
 
     }