summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo2018-09-261-1/+3
* [ASan] [MinGW] Only try to export MSVC specific C++ symbols if building with ...Martin Storsjo2018-09-261-1/+1
* Try to fix cosmetics to keep lines below 80 chars. NFC.Martin Storsjo2018-09-251-1/+1
* [Sanitizers] [MinGW] Produce undecorated symbols for /export: directives when...Martin Storsjo2018-09-251-2/+12
* [ASan] [Windows] Avoid including windows.h in asan_malloc_win.ccMartin Storsjo2018-09-251-2/+11
* [Sanitizers] [MinGW] Check for __i386__ in addition to _M_IX86 for i386 speci...Martin Storsjo2018-09-251-4/+4
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-2413-158/+494
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-2413-494/+158
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-2413-158/+494
* [compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...Jordan Rupprecht2018-09-246-10/+77
* Fix the configuration of the Primary allocator for Darwin ARM64 byDan Liew2018-09-241-1/+6
* [XRay] Clean up XRay build configurationDean Michael Berris2018-09-242-16/+22
* [sanitizer] Move __sanitizer_set_death_callback to a more appropriate fileKostya Kortchinsky2018-09-212-5/+9
* [XRay][compiler-rt] Update use of internal_mmapDean Michael Berris2018-09-214-36/+41
* [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAl...Jonathan Metzman2018-09-202-63/+1
* [Hwasan] interceptor macro / extra comma removalDavid Carlier2018-09-201-5/+5
* [winasan] Unpoison the stack in NtTerminateThreadDavid Major2018-09-201-1/+11
* [sanitizer] Make __sanitizer::CheckFailed not publicKostya Kortchinsky2018-09-201-2/+0
* [winasan] Reduce hotpatch prefix check to 8 bytesDavid Major2018-09-201-4/+4
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-206-88/+289
* [builtins] Add __emutls_unregister_key functionYi Kong2018-09-201-0/+13
* Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov2018-09-196-284/+87
* [sanitizer][fuchsia] Fix VMAR leakKostya Kortchinsky2018-09-191-7/+15
* [compiler-rt][TSan] Add TSan runtime support for Go on linux-aarch64.Arnaud A. de Grandmaison2018-09-194-2/+72
* [XRay] Detect terminfo libraryDean Michael Berris2018-09-191-1/+6
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-186-87/+279
* [builtins] Fix c?zdi2 on sparc64/Linux and ignore riscv32Kristina Brooks2018-09-182-4/+14
* [libFuzzer] Avoid fuzzer symbols being hidden.Matt Morehouse2018-09-171-1/+1
* [sanitizer_common] Fuchsia now supports .preinit_arrayPetr Hosek2018-09-171-2/+2
* [XRay] Simplify FDR buffer managementDean Michael Berris2018-09-174-102/+95
* [XRay] Fix FDR initializationDean Michael Berris2018-09-171-3/+14
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-155-323/+72
* [hwasan] use a single Printf per line when printing a report (more friendly t...Kostya Serebryany2018-09-131-5/+8
* [XRay] Bug fixes for FDR custom event and arg-loggingDean Michael Berris2018-09-131-18/+47
* [TSan] Update test valuesVlad Tsyrklevich2018-09-121-4/+4
* [hwasan] On every use-after-free print a developer note: the index of this he...Kostya Serebryany2018-09-121-5/+12
* [libFuzzer] [Windows] Include windows.h and psapi.h with lowercaseMartin Storsjo2018-09-112-3/+3
* [ASan] [Windows] Remove const from _msize function declaration parameterMartin Storsjo2018-09-111-1/+1
* [Windows] Include BaseTsd.h with lowercaseMartin Storsjo2018-09-101-1/+1
* Switch to using a reserved identifier for this internal compiler-rt function.Richard Smith2018-09-082-7/+7
* [hwasan] Export memory stats through /proc/$PID/maps.Evgeniy Stepanov2018-09-084-7/+46
* [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocatorsDean Michael Berris2018-09-075-101/+144
* [hwasan] Fix malloc overflow detection.Evgeniy Stepanov2018-09-071-7/+9
* [hwasan] change the thread list so that main_thread can also be removedKostya Serebryany2018-09-072-8/+12
* [hwasan] Remove allocator interceptors.Evgeniy Stepanov2018-09-063-93/+93
* [hwasan] fix pthread_exitKostya Serebryany2018-09-061-1/+1
* [hwasan] introduce __hwasan_print_memory_usageKostya Serebryany2018-09-067-7/+59
* [MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko2018-09-061-0/+6
* [MSan] revert r341528 to unbreak the botsAlexander Potapenko2018-09-061-6/+0
* ARM: wrap call to __clzsi2 so that the name is correct on MachO.Tim Northover2018-09-061-1/+1