Very similar to AddressSanitizer, with the exception of the error type encoding.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 13296 Build 13296: arc lint + arc unit
Event Timeline
Comment Actions
LGTM with a nit
compiler-rt/lib/hwasan/hwasan.cc | ||
---|---|---|
255 | I'd prefer enums to booleans, for better readability |
compiler-rt/lib/hwasan/hwasan.cc | ||
---|---|---|
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