llvm-project/compiler-rt/test/asan
Maxim Ostapenko 50ca4464c4 [sanitizer] Fix third parameter in COMMON_INTERCEPTOR_WRITE_RANGE in recv and recvfrom interceptors.
Pass res instead of len as third parameter to COMMON_INTERCEPTOR_WRITE_RANGE,
because otherwise we can write to unrelated memory (in MSan) or get wrong report (in ASan).

Differential Revision: http://reviews.llvm.org/D17608

llvm-svn: 261898
2016-02-25 17:07:38 +00:00
..
TestCases [sanitizer] Fix third parameter in COMMON_INTERCEPTOR_WRITE_RANGE in recv and recvfrom interceptors. 2016-02-25 17:07:38 +00:00
Unit Another try at handling LD_LIBRARY_PATH not being defined. 2015-01-14 02:23:27 +00:00
android_commands [asan] Dump adb output on failure. 2016-02-11 00:16:28 +00:00
CMakeLists.txt [CMake] Fixing r245581 based on feedback from Filcab. 2015-08-20 17:46:58 +00:00
lit.cfg [sanitizers] generating html report on coverage dump 2016-01-27 23:51:36 +00:00
lit.site.cfg.in [CMake] Set llvm_tools_dir to LLVM_TOOLS_BINARY_DIR instead of LLVM_TOOLS_DIR 2016-01-27 21:36:38 +00:00