about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 13:02:53 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 13:02:53 +0200
commit8440aaea5a68669c71172c41712185d57c961046 (patch)
treed1bfee04f37fda74e315324925634975b20653ef /src
parent0d0338012beb320dcfcaa3d16ae78da47dd48b80 (diff)
parent5ac1b6e940beb5eaf28b91f66b2a4c6a8147f733 (diff)
downloadafl++-8440aaea5a68669c71172c41712185d57c961046.tar.gz
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
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 b80f0c36..ed21e970 100644
--- a/src/afl-fuzz-redqueen.c
+++ b/src/afl-fuzz-redqueen.c
@@ -376,7 +376,7 @@ static u8 cmp_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u32 len) {
   u32 loggeds = h->hits;
   if (h->hits > CMP_MAP_H) loggeds = CMP_MAP_H;
 
-  u8 status;
+  u8 status = 0;
   // opt not in the paper
   u32 fails;
   u8  found_one = 0;