forked from OSchip/llvm-project
4deda57106
InitializeInterceptors() calls dlsym(), which calls calloc(). Depending on the allocator implementation, calloc() may invoke mmap(), which results in a segfault since REAL(mmap) is still being resolved. We fix this by doing a direct syscall if interceptors haven't been fully resolved yet. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D86168 |
||
---|---|---|
.. | ||
scripts | ||
.clang-format | ||
CMakeLists.txt | ||
dfsan.cpp | ||
dfsan.h | ||
dfsan.syms.extra | ||
dfsan_custom.cpp | ||
dfsan_flags.inc | ||
dfsan_interceptors.cpp | ||
dfsan_platform.h | ||
done_abilist.txt | ||
libc_ubuntu1404_abilist.txt |