Details
Details
- Reviewers
morehouse - Commits
- rG3f568e1fbb41: [dfsan] Wrap memmove
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95883
[dfsan] Wrap memmove ClosedPublic Authored by stephan.yichao.zhao on Feb 2 2021, 10:10 AM.
Details
Diff Detail
Event Timelinestephan.yichao.zhao created this revision. This revision is now accepted and ready to land.Feb 2 2021, 4:08 PM Closed by commit rG3f568e1fbb41: [dfsan] Wrap memmove (authored by Jianzhou Zhao <jianzhouzh@google.com>). · Explain WhyFeb 2 2021, 9:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 320991 compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/custom.cpp
|
Why not assert(0 == memcmp(str, "ststr1", 6)) ?