diff options
| author | vanhauser-thc <vh@thc.org> | 2021-02-07 07:51:29 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-02-07 07:51:29 +0100 |
| commit | 0ad56167c53ae660d40ccc6cdedb39f0a52eefcd (patch) | |
| tree | df45cbcd663a12cc96670cf8e72ba72f90fa37ef /instrumentation/afl-llvm-lto-instrumentation.so.cc | |
| parent | aeb7d7048371cd91ab9280c3958f1c35e5d5e758 (diff) | |
| download | afl++-0ad56167c53ae660d40ccc6cdedb39f0a52eefcd.tar.gz | |
fix scan-build issues
Diffstat (limited to 'instrumentation/afl-llvm-lto-instrumentation.so.cc')
| -rw-r--r-- | instrumentation/afl-llvm-lto-instrumentation.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-lto-instrumentation.so.cc b/instrumentation/afl-llvm-lto-instrumentation.so.cc index 841d52e5..f5c24e41 100644 --- a/instrumentation/afl-llvm-lto-instrumentation.so.cc +++ b/instrumentation/afl-llvm-lto-instrumentation.so.cc @@ -546,7 +546,7 @@ bool AFLLTOPass::runOnModule(Module &M) { if (literalLength + 1 == optLength) { Str2.append("\0", 1); // add null byte - addedNull = true; + // addedNull = true; } |
