diff options
author | vanhauser-thc <vh@thc.org> | 2022-04-06 09:36:57 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-04-06 09:36:57 +0200 |
commit | 0e9d0ebbfe759519fb69c204a69205b851cc42ef (patch) | |
tree | e8aaf505caca8e08f5455a758105893de480c63b /instrumentation/cmplog-instructions-pass.cc | |
parent | 15b43e6ce1866b369700aed306d75090facc08d6 (diff) | |
download | afl++-0e9d0ebbfe759519fb69c204a69205b851cc42ef.tar.gz |
fix cmplog!
Diffstat (limited to 'instrumentation/cmplog-instructions-pass.cc')
-rw-r--r-- | instrumentation/cmplog-instructions-pass.cc | 2 |
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) { |