If sanitizer cannot determine name of the module it
will use "<unknown module>". Then it can be suppressed
if needed.
Details
Details
- Reviewers
kstoimenov kda - Commits
- rGa63932a8152d: [lsan] Allow suppression of "unknown module"
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/lsan/lsan_common.cpp | ||
---|---|---|
140 | nit: would it be easier to match without whitespace? (perhaps use underbar instead of space?) |
compiler-rt/lib/lsan/lsan_common.cpp | ||
---|---|---|
140 | What kind of problem do you expect from space? Out stack trace code dumps "(<unknown module>)" Also "leak:<unknown module>" is exactly from the internal feature request, but I have no strong preference. |
nit: would it be easier to match without whitespace? (perhaps use underbar instead of space?)