summaryrefslogtreecommitdiff
path: root/lib/msan/msan_interceptors.cc
AgeCommit message (Expand)Author
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-03-30[sanitizer] Move fread and fwrite interceptors to sanitizer_commonMaxim Ostapenko
2017-03-14[msan] Intercept wcsncpy, wcsnlen.Evgeniy Stepanov
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-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-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-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-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-25[MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.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-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
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-17[compiler-rt][msan] Ensure initialisation before calling __msan_unpoisonJonas Hahnfeld
2016-02-17[msan] Intercept prlimit.Evgeniy Stepanov
2016-01-14[Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov
2015-11-19[msan] Don't unpoison phdrs on dlopen(NULL, 0)Reid Kleckner
2015-10-12[msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-08[msan] Unpoison dlpi_phdr in dl_iterate_phdr.Evgeniy Stepanov
2015-08-18[msan] Intercept openpty and forkpty.Evgeniy Stepanov
2015-07-17re-added changes due to svn config setting issuesNaomi Musgrave
2015-06-27[msan] Fix infinite recursion when _Unwind_Backtrace calls memcpyJay Foad
2015-05-16[sanitizer] Recognize static TLS in __tls_get_addr interceptor.Evgeniy Stepanov
2015-04-06sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov
2015-01-30[Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macroViktor Kutuzov
2015-01-30Replace code dup with a macro.Yury Gribov
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2015-01-21[msan] Refactor shadow operations.Evgeniy Stepanov
2015-01-21[Sanitizers] Intercept opendir()Viktor Kutuzov
2015-01-19[Msan] Intercept stat() and fstatat() on FreeBSDViktor Kutuzov
2015-01-14[Msan] Fix strlen() and strnlen() interceptors to work on FreeBSDViktor Kutuzov
2014-12-22[Msan] Fix uname() interception on FreeBSDViktor Kutuzov
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-12-08[msan] Intercept wcsto*.Evgeniy Stepanov