Very similar to AddressSanitizer, with the exception of the error type encoding.
Details
Details
Diff Detail
Diff Detail
- Build Status
- Buildable 13310 - Build 13310: arc lint + arc unit 
Event Timeline
Comment Actions
LGTM with a nit
| compiler-rt/lib/hwasan/hwasan.cc | ||
|---|---|---|
| 254–255 | I'd prefer enums to booleans, for better readability | |
| compiler-rt/lib/hwasan/hwasan.cc | ||
|---|---|---|
| 254–255 | good idea! | |
Comment Actions
Replaced booleans with enums.
Added __builtin_unreachable in non-recover variants of callbacks.
I'd prefer enums to booleans, for better readability