Details
Details
- Reviewers
morehouse - Commits
- rG15f26c5f5191: [dfsan] Wrap strcat
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95923
[dfsan] Wrap strcat ClosedPublic Authored by stephan.yichao.zhao on Feb 2 2021, 9:29 PM.
Details
Diff Detail
Event Timelinestephan.yichao.zhao created this revision.
stephan.yichao.zhao added inline comments.
This revision is now accepted and ready to land.Feb 3 2021, 10:37 AM Closed by commit rG15f26c5f5191: [dfsan] Wrap strcat (authored by Jianzhou Zhao <jianzhouzh@google.com>). · Explain WhyFeb 3 2021, 10:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 321117 compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/custom.cpp
|
Doesn't this overtaint by 1 byte? sizeof() includes the null byte.