Very similar to AddressSanitizer, with the exception of the error type encoding.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
LGTM with a nit
compiler-rt/lib/hwasan/hwasan.cc | ||
---|---|---|
255 ↗ | (On Diff #127613) | I'd prefer enums to booleans, for better readability |
compiler-rt/lib/hwasan/hwasan.cc | ||
---|---|---|
255 ↗ | (On Diff #127613) | good idea! |
Comment Actions
Replaced booleans with enums.
Added __builtin_unreachable in non-recover variants of callbacks.