This is a part of https://reviews.llvm.org/D95835.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/dfsan/dfsan.cpp | ||
---|---|---|
601 | Actually, this doesn't zero the non-released pages. |
Paths
| Differential D97302
[dfsan] Update memset and dfsan_(set|add)_label with origin tracking ClosedPublic Authored by stephan.yichao.zhao on Feb 23 2021, 8:49 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 23 2021, 8:49 AM This revision is now accepted and ready to land.Feb 23 2021, 12:25 PM This revision was landed with ongoing or failed builds.Feb 23 2021, 3:17 PM Closed by commit rGa05aa0dd5ef8: [dfsan] Update memset and dfsan_(set|add)_label with origin tracking (authored by Jianzhou Zhao <jianzhouzh@google.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 325912 compiler-rt/lib/dfsan/dfsan.cpp
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/test/Instrumentation/DataFlowSanitizer/basic.ll
llvm/test/Instrumentation/DataFlowSanitizer/memset.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_mem_intrinsic.ll
|
Actually, this doesn't zero the non-released pages.