Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6ed31d

Browse filesBrowse files
Merge pull request #2449 from AFLplusplus/hidden
instrument all hidden edges
2 parents 77758a1 + 92d1a60 commit e6ed31d
Copy full SHA for e6ed31d

File tree

Expand file treeCollapse file tree

4 files changed

+504
-124
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+504
-124
lines changed

‎instrumentation/SanitizerCoverageLTO.so.cc

Copy file name to clipboardExpand all lines: instrumentation/SanitizerCoverageLTO.so.cc
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ class ModuleSanitizerCoverageLTOLegacyPass : public ModulePass {
333333

334334
} else {
335335

336-
if (getenv("AFL_DEBUG")) { DEBUGF("Instrument disabled\n"); }
336+
if (getenv("AFL_DEBUG")) { DEBUGF("Instrumentation disabled\n"); }
337337
return false;
338338

339339
}
@@ -396,7 +396,7 @@ PreservedAnalyses ModuleSanitizerCoverageLTO::run(Module &M,
396396

397397
} else {
398398

399-
if (debug) { DEBUGF("Instrument disabled\n"); }
399+
if (debug) { DEBUGF("Instrumentation disabled\n"); }
400400

401401
}
402402

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.