summaryrefslogtreecommitdiff
path: root/lib/msan
AgeCommit message (Expand)Author
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
2015-10-29[compiler-rt] [msan] Unify aarch64 mappingAdhemerval Zanella
2015-10-21[msan] Build unit test shared library code with -fPIC.Evgeniy Stepanov
2015-10-20Apply modernize-use-default to compiler-rt.Angel Garcia Gomez
2015-10-12[msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov
2015-10-08Fix msan tests build.Evgeniy Stepanov
2015-10-08New MSan mapping layout (compiler-rt part).Evgeniy Stepanov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-29[msan] Early allocator initialization.Evgeniy Stepanov
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-15[sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-09-08[msan] Unpoison dlpi_phdr in dl_iterate_phdr.Evgeniy Stepanov
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman