summaryrefslogtreecommitdiff
path: root/lib/msan
AgeCommit message (Expand)Author
2017-08-04[msan] Switch the pvalloc overflow test to a lit testBenjamin Kramer
2017-08-02[msan] Check for pvalloc overflowKostya Kortchinsky
2017-07-31[msan] Reverting D36093Kostya Kortchinsky
2017-07-31[msan] Check for pvalloc overflowKostya Kortchinsky
2017-07-28[compiler-rt] Add missing quotation marks to msan_compile invocationKrzysztof Parzyszek
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-07-06[Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov
2017-06-29MergeAlex Shlyapnikov
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-27[msan] Intercept wcscat, wcsncat.Evgeniy Stepanov
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-06-16[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameterAlex Shlyapnikov
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-31[sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
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