llvm-project/compiler-rt/lib/hwasan
Evgeniy Stepanov ea857e8225 [sanitizer] Fix mallopt interceptor.
On error, mallopt is supposed to return 0, not -1.

llvm-svn: 345323
2018-10-25 22:15:44 +00:00
..
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsan 2018-10-02 16:19:42 +00:00
hwasan.cc [hwasan] when printing a stack-related bugs, also print stack frame descriptions provided by the compiler 2018-10-24 01:35:50 +00:00
hwasan.h [hwasan] when printing a stack-related bugs, also print stack frame descriptions provided by the compiler 2018-10-24 01:35:50 +00:00
hwasan.syms.extra
hwasan_allocator.cc [hwasan] when reporting a bug, print some very basic information about the heap chunk (in addition to the more detailed info that we may fail to show) 2018-10-10 22:24:44 +00:00
hwasan_allocator.h [hwasan] when reporting a bug, print some very basic information about the heap chunk (in addition to the more detailed info that we may fail to show) 2018-10-10 22:24:44 +00:00
hwasan_blacklist.txt
hwasan_dynamic_shadow.cc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_dynamic_shadow.h [HWASan] Add files missing in r330624 2018-04-23 19:05:12 +00:00
hwasan_flags.h [hwasan] formatting change, NFC 2018-08-29 22:23:34 +00:00
hwasan_flags.inc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_interceptors.cc [sanitizer] Fix mallopt interceptor. 2018-10-25 22:15:44 +00:00
hwasan_interface_internal.h [hwasan] add stack frame descriptions. 2018-10-23 00:50:40 +00:00
hwasan_linux.cc [hwasan] Fix top PC in error stack trace being off by 1 instruction. 2018-10-02 21:52:02 +00:00
hwasan_mapping.h [hwasan] remove even more stale code 2018-08-29 22:54:52 +00:00
hwasan_new_delete.cc [HWASan] Report proper error on allocator failures instead of CHECK(0)-ing 2018-06-07 23:33:33 +00:00
hwasan_poisoning.cc [hwasan] get rid of some macros, remove the fixed shadow mapping 2018-08-29 22:42:16 +00:00
hwasan_poisoning.h [hwasan] formatting change, NFC 2018-08-29 22:23:34 +00:00
hwasan_report.cc [hwasan] when printing a stack-related bugs, also print stack frame descriptions provided by the compiler 2018-10-24 01:35:50 +00:00
hwasan_report.h [hwasan] implement detection of double-free (invalid-free) 2018-08-24 01:12:26 +00:00
hwasan_thread.cc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_thread.h [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_thread_list.cc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_thread_list.h [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00