summaryrefslogtreecommitdiff
path: root/lib/msan
AgeCommit message (Expand)Author
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-05-31__builtin_ia32_storeups is no more. Replace it with xmmintrin.h intrinsic.Benjamin Kramer
2016-05-19Revert "[sanitizer] Move *fstat to the common interceptors"Benjamin Kramer
2016-05-18[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-05-17Revert "[sanitizer] Move *fstat to the common interceptors"Mike Aizatsky
2016-05-17[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-05-11[sanitizer] Move *stat to the common interceptorsEvgeniy Stepanov
2016-05-09[MSan] Add a test for vararg with lots of non-vararg arguments.Marcin Koscielnicki
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-04-29[msan] Tests for vector compare intrinsics.Evgeniy Stepanov
2016-04-27[MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-26[sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki
2016-04-25[MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.Marcin Koscielnicki
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-04-20[msan] Implement GetPageSize in the test.Evgeniy Stepanov
2016-04-18[msan] Don't hardcode 4kiB page size in msan_test.cc.Marcin Koscielnicki
2016-04-18[MSan] [PowerPC] Add loadable library name for testing.Marcin Koscielnicki
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-26[MSan] Endianness should not matter while printing a byteMohit K. Bhakkad
2016-02-26[MSAN] Fix test SmallPreAllocatedStackThread for MIPSSagar Thakur
2016-02-25[sanitizer] Move recvmsg and recv interceptors to sanitizer_common.Maxim Ostapenko
2016-02-25[Compiler-rt][MSan]Fix shmat testcase: Pass SHMLBA-alligned address to shmatMohit K. Bhakkad
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-22[MSan] Make unaligned load/store functions compatible for both endiansMohit K. Bhakkad
2016-02-17[compiler-rt][msan] Ensure initialisation before calling __msan_unpoisonJonas Hahnfeld
2016-02-17[msan] Extend prlimit test.Evgeniy Stepanov
2016-02-17[msan] Intercept prlimit.Evgeniy Stepanov
2016-02-16[Compiler-rt][MSan][MIPS] Resolve gethostbyname_r_erange for MIPSMohit K. Bhakkad
2016-02-12Fix MemorySanitizer.ptrtoint test on big-endian targets.Evgeniy Stepanov
2016-01-20[MSan] Clear parameters shadow before invoking malloc/free hooks.Alexey Samsonov
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-14[Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-12-14[compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella
2015-11-24[compiler-rt] [msan] Couple of fixes for msan with libc++Adhemerval Zanella
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-11-19[msan] Don't unpoison phdrs on dlopen(NULL, 0)Reid Kleckner
2015-10-30Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov