llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 123fdb3413 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors.
llvm-svn: 186002
2013-07-10 14:01:51 +00:00
..
lit_tests [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. 2013-07-09 12:34:25 +00:00
tests [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. 2013-07-10 14:01:51 +00:00
CMakeLists.txt [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out 2013-06-10 09:09:40 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface 2013-06-27 07:50:56 +00:00
msan.h [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface 2013-06-27 07:50:56 +00:00
msan.syms Add sanitizer syscall hooks to the tool's export lists. 2013-05-14 13:55:21 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_blacklist.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
msan_flags.h [msan] Add keep_going runtime flag. 2013-06-21 12:37:58 +00:00
msan_interceptors.cc [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. 2013-07-09 12:07:59 +00:00
msan_interface_internal.h [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface 2013-06-27 07:50:56 +00:00
msan_linux.cc [sanitizer] Replace more platform checks with SANITIZER_ constants. 2013-03-19 14:33:38 +00:00
msan_new_delete.cc [msan] Really disable replacement new and delete. 2013-04-15 12:41:52 +00:00
msan_report.cc Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. 2013-05-29 09:15:39 +00:00