diff options
| author | van Hauser <vh@thc.org> | 2022-01-20 16:17:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-20 16:17:08 +0100 |
| commit | 7aced239e8a0855d87ecc921ba5691b29202ec1e (patch) | |
| tree | a8e877a149495ea4ec48723d8af57426f8322a3a /instrumentation/SanitizerCoverageLTO.so.cc | |
| parent | 9242e0db8ac8a0e82d78432af389108e74700f00 (diff) | |
| parent | d1de12d6175cd84357eadbf204e15b184b22ae42 (diff) | |
| download | afl++-7aced239e8a0855d87ecc921ba5691b29202ec1e.tar.gz | |
Merge pull request #1294 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'instrumentation/SanitizerCoverageLTO.so.cc')
| -rw-r--r-- | instrumentation/SanitizerCoverageLTO.so.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/instrumentation/SanitizerCoverageLTO.so.cc b/instrumentation/SanitizerCoverageLTO.so.cc index 597a24b1..6a4a071f 100644 --- a/instrumentation/SanitizerCoverageLTO.so.cc +++ b/instrumentation/SanitizerCoverageLTO.so.cc @@ -1275,7 +1275,7 @@ void ModuleSanitizerCoverage::instrumentFunction( const DominatorTree * DT = DTCallback(F); const PostDominatorTree *PDT = PDTCallback(F); bool IsLeafFunc = true; - uint32_t skip_next = 0, local_selects = 0; + uint32_t skip_next = 0; for (auto &BB : F) { @@ -1385,7 +1385,6 @@ void ModuleSanitizerCoverage::instrumentFunction( } - local_selects++; uint32_t vector_cur = 0; /* Load SHM pointer */ LoadInst *MapPtr = |
