forked from OSchip/llvm-project
5ef4b190d9
Ensure that malloc_default_zone and malloc_zone_from_ptr return the sanitizer-installed malloc zone even when MallocStackLogging (MSL) is requested. This prevents crashes in certain situations. Note that the sanitizers and MSL cannot be used together. If both are enabled, MSL functionality is essentially deactivated since it only hooks the default allocator which is replaced by a custom sanitizer allocator. rdar://53686175 Reviewed By: kubamracek Differential Revision: https://reviews.llvm.org/D65990 llvm-svn: 368492 |
||
---|---|---|
.. | ||
TestCases | ||
Unit | ||
android_commands | ||
ios_commands | ||
CMakeLists.txt | ||
lit.common.cfg.py | ||
lit.site.cfg.py.in | ||
print_address.h | ||
sanitizer_ucontext.h |