If the fault address is at the boundary of memory regions, this could
cause us to segfault otherwise.
Ran test with old compiler_rt to make sure it fails.
Differential D105032
[hwasan] Check for overflow when searching candidates. fmayer on Jun 28 2021, 7:35 AM. Authored by
Details If the fault address is at the boundary of memory regions, this could Ran test with old compiler_rt to make sure it fails.
Diff Detail
Event Timeline
|
There is MemIsApp in hwasan_linux.cpp. Rename this one to MemIsShadow, and maybe move both definitions to hwasan_mapping.h.