forked from OSchip/llvm-project
9ab590e3eb
Similar to qsort, bsearch can be called from non-instrumented code of glibc. When it happends tls for arguments can be in uninitialized state. Unlike to qsort, bsearch does not move data, so we don't need to check or initialize searched memory or key. Intrumented comparator will do that on it's own. Differential Revision: https://reviews.llvm.org/D107387 |
||
---|---|---|
.. | ||
TestCases | ||
Unit | ||
android_commands | ||
ios_commands | ||
netbsd_commands | ||
CMakeLists.txt | ||
lit.common.cfg.py | ||
lit.site.cfg.py.in | ||
print_address.h | ||
sanitizer_ucontext.h |