summaryrefslogtreecommitdiff
path: root/lib/msan
AgeCommit message (Expand)Author
2017-05-12[msan] Remove a failing test from MemorySanitizer.ICmpRelationalAlexander Potapenko
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-10[msan] Fix getmntent{_r} for empty /etc/fstabAdhemerval Zanella
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-04-13[msan] Fix msan_test.cc by checking bind results before assuming IPv6 supported.Vitaly Buka
2017-04-13Revert "[msan] Fix msan_test broken after r299884."Vitaly Buka
2017-04-13[msan] Fix msan_test broken after r299884.Vitaly Buka
2017-04-13[msan] Fix invalid use of vector constructor introduced by r299884.Vitaly Buka
2017-04-10[msan] Choose in runtime if IPv4 or IPv6 are supported.Vitaly Buka
2017-04-10[msan] Wrap sockaddr_in and socket for future IPv6 support.Vitaly Buka
2017-04-10[msan] Reorder unittests for future parametrization.Vitaly Buka
2017-03-30[sanitizer] Move fread and fwrite interceptors to sanitizer_commonMaxim Ostapenko
2017-03-29[sanitizers] Fix get_groups interceptor in sanitizer (https://reviews.llvm.or...Kostya Serebryany
2017-03-14[msan] Intercept wcsncpy, wcsnlen.Evgeniy Stepanov
2017-03-03[msan] Test for _mm_getcsr and _mm_setcsr (r296848).Evgeniy Stepanov
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2016-12-27[compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka
2016-12-23Fix interceptors setup broken after r290382Vitaly Buka
2016-12-22Replace WRAP in interceptors with memset, memmove and memcpy implementationVitaly Buka
2016-12-15Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...Hans Wennborg
2016-12-14[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...Kostya Serebryany
2016-12-08[MSAN][MIPS] Fix fork.cc test on MIPSSagar Thakur
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-09-29Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka
2016-09-26[msan] Fix second parameter in MsanReallocate from previous commit.Maxim Ostapenko
2016-09-26[asan, msan] Fix reallocation logic when IsInDlsymAllocPool(ptr) is true.Maxim Ostapenko
2016-09-23[msan] Prevent initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-26Additional update missed by r279793, should hopefully make the PPC sanitizer ...Richard Smith
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-25[sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany
2016-08-25msan: Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-08-20[msan] Disable prlimit test on glibc < 2.13.Evgeniy Stepanov
2016-08-16[MSAN][MIPS] Changed memory mapping to support pie executable.Sagar Thakur
2016-08-09[sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany
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