OnUnmap will tag it to zero anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156282
[NFC][hwasan] Don't tag secondary allocations on free ClosedPublic Authored by vitalybuka on Jul 25 2023, 5:09 PM.
Details
Summary OnUnmap will tag it to zero anyway.
Diff Detail
Event Timeline
vitalybuka retitled this revision from [NFC][hwasan] Don't tag sacondary allocations on free to [NFC][hwasan] Don't tag secondary allocations on free.Jul 26 2023, 1:26 PM
This revision is now accepted and ready to land.Jul 26 2023, 1:34 PM This revision was landed with ongoing or failed builds.Jul 26 2023, 1:36 PM Closed by commit rGb55f05a3f253: [NFC][hwasan] Don't tag secondary allocations on free (authored by vitalybuka). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544496 compiler-rt/lib/hwasan/hwasan_allocator.cpp
|
can we put a debug assert that it's untagged here?