Fixes a false positive that occurs when a user-implemented memmove is
instrumented by HWASan.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118180
[HWASan] Leave pointer tagged when calling memmove. ClosedPublic Authored by morehouse on Jan 25 2022, 12:46 PM.
Details Summary Fixes a false positive that occurs when a user-implemented memmove is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 27 2022, 4:45 PM Closed by commit rGf7c28332de71: [HWASan] Leave pointer tagged when calling memmove. (authored by morehouse). · Explain WhyJan 28 2022, 6:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403998 compiler-rt/lib/hwasan/hwasan_memintrinsics.cpp
compiler-rt/test/hwasan/TestCases/custom-memmove.c
|