The patch addresses https://github.com/google/sanitizers/issues/786. Currently AsanCheckDynamicRTPrereqs prevents ASan from running in some important environments e.g. cowbuilder and fakeroot that may also work with interposition. Let's allow users to switch off the check given that they know what they do.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/asan/asan_flags.inc | ||
---|---|---|
151 ↗ | (On Diff #93236) | Hm, perhaps check_asan_comes_first? ignore_shlib_order doesn't look cleaner than check_dynamic_rt_prereqs imho. |