It turns out that we can't remove the operator new and delete
interceptors on Android without breaking ABI, so bring them back
as forwards to the malloc and free functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91219
hwasan: Bring back operator {new,delete} interceptors on Android. ClosedPublic Authored by pcc on Nov 10 2020, 3:55 PM.
Details Summary It turns out that we can't remove the operator new and delete
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 10 2020, 3:57 PM This revision was landed with ongoing or failed builds.Nov 10 2020, 4:05 PM Closed by commit rG0ae2ea8f83e3: hwasan: Bring back operator {new,delete} interceptors on Android. (authored by pcc). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304348 compiler-rt/lib/hwasan/hwasan_new_delete.cpp
|