Files
clang-p2996/compiler-rt/test/hwasan/TestCases/Linux
Vitaly Buka 144dae207a [hwasan] Report unavalible fixed shadow range (#98574)
Before the patch `fixed-shadow.c` test died with an obscure SEGV, 
because shadow was mapped over libc.so.

Note, FindDynamicShadowStart is expected to select in available region.
2024-07-11 21:28:55 -07:00
..