about summary refs log tree commit diff
path: root/instrumentation/cmplog-instructions-pass.cc
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-04-06 09:36:57 +0200
committervanhauser-thc <vh@thc.org>2022-04-06 09:36:57 +0200
commit0e9d0ebbfe759519fb69c204a69205b851cc42ef (patch)
treee8aaf505caca8e08f5455a758105893de480c63b /instrumentation/cmplog-instructions-pass.cc
parent15b43e6ce1866b369700aed306d75090facc08d6 (diff)
downloadafl++-0e9d0ebbfe759519fb69c204a69205b851cc42ef.tar.gz
fix cmplog!
Diffstat (limited to 'instrumentation/cmplog-instructions-pass.cc')
-rw-r--r--instrumentation/cmplog-instructions-pass.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/cmplog-instructions-pass.cc b/instrumentation/cmplog-instructions-pass.cc
index fd7930a1..4d37bcb2 100644
--- a/instrumentation/cmplog-instructions-pass.cc
+++ b/instrumentation/cmplog-instructions-pass.cc
@@ -515,7 +515,7 @@ bool CmpLogInstructions::hookInstrs(Module &M) {
       while (1) {
 
         std::vector<Value *> args;
-        bool                 skip = true;
+        bool                 skip = false;
 
         if (vector_cnt) {