summaryrefslogtreecommitdiff
path: root/lib/msan
Commit message (Expand)AuthorAgeFilesLines
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-1/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+1
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-3/+3
* [compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka2016-12-271-1/+0
* Fix interceptors setup broken after r290382Vitaly Buka2016-12-231-3/+1
* Replace WRAP in interceptors with memset, memmove and memcpy implementationVitaly Buka2016-12-221-16/+18
* Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...Hans Wennborg2016-12-151-0/+5
* [sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...Kostya Serebryany2016-12-141-5/+0
* [MSAN][MIPS] Fix fork.cc test on MIPSSagar Thakur2016-12-081-3/+12
* Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov2016-11-301-3/+6
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-1/+3
* Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka2016-09-291-2/+2
* [msan] Fix second parameter in MsanReallocate from previous commit.Maxim Ostapenko2016-09-261-1/+1
* [asan, msan] Fix reallocation logic when IsInDlsymAllocPool(ptr) is true.Maxim Ostapenko2016-09-261-1/+7
* [msan] Prevent initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko2016-09-231-12/+31
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+10
* [asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany2016-08-261-2/+2
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-3/+1
* Additional update missed by r279793, should hopefully make the PPC sanitizer ...Richard Smith2016-08-261-0/+1
* [sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany2016-08-261-0/+1
* [sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany2016-08-251-11/+18
* msan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-08-252-8/+49
* [msan] Disable prlimit test on glibc < 2.13.Evgeniy Stepanov2016-08-201-0/+8
* [MSAN][MIPS] Changed memory mapping to support pie executable.Sagar Thakur2016-08-161-8/+20
* [sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany2016-08-091-1/+1
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+2
* [sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany2016-06-161-10/+16
* __builtin_ia32_storeups is no more. Replace it with xmmintrin.h intrinsic.Benjamin Kramer2016-05-311-1/+1
* Revert "[sanitizer] Move *fstat to the common interceptors"Benjamin Kramer2016-05-191-3/+62
* [sanitizer] Move *fstat to the common interceptorsMike Aizatsky2016-05-181-62/+3
* Revert "[sanitizer] Move *fstat to the common interceptors"Mike Aizatsky2016-05-171-3/+62
* [sanitizer] Move *fstat to the common interceptorsMike Aizatsky2016-05-171-62/+3
* [sanitizer] Move *stat to the common interceptorsEvgeniy Stepanov2016-05-111-42/+0
* [MSan] Add a test for vararg with lots of non-vararg arguments.Marcin Koscielnicki2016-05-091-0/+14
* [sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky2016-05-031-21/+0
* Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky2016-05-031-0/+21
* [sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky2016-05-031-21/+0
* [msan] Tests for vector compare intrinsics.Evgeniy Stepanov2016-04-291-1/+42
* [MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki2016-04-271-0/+7
* [sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki2016-04-271-0/+14
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-271-0/+1
* [sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki2016-04-261-1/+1
* [MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.Marcin Koscielnicki2016-04-251-57/+60
* [sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany2016-04-221-2/+2
* [msan] Implement GetPageSize in the test.Evgeniy Stepanov2016-04-201-8/+4
* [msan] Don't hardcode 4kiB page size in msan_test.cc.Marcin Koscielnicki2016-04-181-8/+17
* [MSan] [PowerPC] Add loadable library name for testing.Marcin Koscielnicki2016-04-181-0/+4
* Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki2016-04-151-7/+0
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-141-0/+7
* [sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening2016-03-251-0/+5