Avoid flaky test failures by by using a monotonic number sequence of
heap tags.
Does not affect stack tags: the way we generate those guarantees
uniqueness for at least 30-something first allocas in any function,
as well as the UAR tag.
Paths
| Differential D41882
[hwasan] An option to disable tag randomization. ClosedPublic Authored by eugenis on Jan 9 2018, 2:39 PM.
Details Summary Avoid flaky test failures by by using a monotonic number sequence of Does not affect stack tags: the way we generate those guarantees
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 10 2018, 11:18 AM Closed by commit rL322214: [hwasan] An option to disable tag randomization. (authored by eugenis). · Explain WhyJan 10 2018, 11:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 129316 compiler-rt/trunk/lib/hwasan/hwasan_flags.inc
compiler-rt/trunk/lib/hwasan/hwasan_thread.cc
compiler-rt/trunk/test/hwasan/lit.cfg
|