about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-09 18:48:12 +0200
committervan Hauser <vh@thc.org>2020-08-09 18:48:12 +0200
commitb60663c0318b8baf21b36b549d765ddd2eeeb54e (patch)
tree253c81d71c295b162493101d802c09cbad5d5904 /src/afl-fuzz-bitmap.c
parent32db31b5550b73cbb20abb5e862fb08f86681ace (diff)
downloadafl++-b60663c0318b8baf21b36b549d765ddd2eeeb54e.tar.gz
taint integration done
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r--src/afl-fuzz-bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c
index 11a3f121..d4ee36e1 100644
--- a/src/afl-fuzz-bitmap.c
+++ b/src/afl-fuzz-bitmap.c
@@ -648,7 +648,7 @@ u8 save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
 
 #endif                                                    /* ^!SIMPLE_FILES */
 
-    add_to_queue(afl, queue_fn, len, 0);
+    add_to_queue(afl, queue_fn, mem, len, afl->queue_top, 0);
 
     if (hnb == 2) {