summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [TSan] Rename file with libdispatch interceptorsJulian Lettner2019-08-202-2/+2
* Build symbolizer runtime with C++14.Peter Collingbourne2019-08-191-1/+1
* [TSan] Rename file to make it clear that it defines interceptorsJulian Lettner2019-08-192-2/+2
* [Sanitizer] arc4random interception on MacDavid Carlier2019-08-192-2/+3
* [Fuchsia] Create the VMO during initialization, not during exitPetr Hosek2019-08-171-40/+53
* Revert "[TSan] Don't guard #include <xpc/xpc.h>"Julian Lettner2019-08-161-0/+7
* [TSan] Add interceptors for os_unfair_lockJulian Lettner2019-08-161-0/+53
* [TSan] Don't guard #include <xpc/xpc.h>Julian Lettner2019-08-161-7/+0
* Disable stack_trace_compressor_fuzzer.Mitch Phillips2019-08-161-13/+17
* Moved binary off add_llvm_executable.Mitch Phillips2019-08-151-1/+1
* Re-instate 369051.Mitch Phillips2019-08-151-1/+2
* Guard fuzzer build behind Clang-only flags.Mitch Phillips2019-08-151-11/+12
* Remove CMake >= v3.13 target_link_options.Mitch Phillips2019-08-151-1/+2
* [GWP-ASan] Implement stack frame compression.Mitch Phillips2019-08-157-19/+517
* [sanitizer_common] Always use posix_spawn on DarwinJulian Lettner2019-08-151-1/+2
* Re-land "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* [sanitizer_common] Replace forkpty with posix_spawn on DarwinJulian Lettner2019-08-156-92/+99
* [compiler-rt] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-13/+13
* [scudo][standalone] Add more stats to mallinfoKostya Kortchinsky2019-08-147-6/+36
* [GWP-ASan] Update backtrace function signature.Mitch Phillips2019-08-126-57/+89
* [libFuzzer] Merge: print feature coverage number as well.Max Moroz2019-08-123-6/+11
* Fix Wnewline-eof after r368598Nico Weber2019-08-122-2/+2
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-121-4/+9
* [builtins] MSVC warning disable for clean buildMatthew G McGovern2019-08-125-0/+55
* [scudo][standalone] Minor correctionsKostya Kortchinsky2019-08-126-16/+14
* [Sanitizer] Reenable getusershell interceptionDavid Carlier2019-08-101-1/+1
* [Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptrJulian Lettner2019-08-091-1/+10
* Revert "[sanitizers] MSVC warning disable for clean build" and follow-up that...Eric Christopher2019-08-095-54/+0
* Fix compilation after SVN r368476Martin Storsjo2019-08-091-0/+1
* [sanitizers] MSVC warning disable for clean buildMatthew G McGovern2019-08-095-0/+53
* Revert "[asan_symbolize] Fix bug where the frame counter was not incremented."Mitch Phillips2019-08-091-9/+4
* [libFuzzer] Merge: print stats after reading the output corpus dir.Max Moroz2019-08-091-1/+3
* [sanitizer] Update symbolizer/scripts/global_symbols.txtBenjamin Kramer2019-08-091-0/+5
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-091-4/+9
* hwasan: Add a code model check for tagged globals.Peter Collingbourne2019-08-081-4/+34
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-084-4/+55
* Sync ioctl(2) list with NetBSD 9.99.3Kamil Rytarowski2019-08-083-7/+127
* Restrict the NetBSD ASan TSD fallback to !ASAN_DYNAMICKamil Rytarowski2019-08-071-2/+2
* [TSAN] Fix tsan on FreeBSD after D54889Alexander Richardson2019-08-061-0/+1
* hwasan: Instrument globals.Peter Collingbourne2019-08-064-20/+138
* [Sanitizer] little typoDavid Carlier2019-08-061-1/+1
* [Sanitizer] Linux explicitally migrate shadow mapping to Transparent Huge PageDavid Carlier2019-08-064-15/+7
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-063-2/+4
* [compiler-rt] Implement getrandom interceptionVitaly Buka2019-08-063-0/+30
* [compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage.Puyan Lotfi2019-08-061-7/+0
* [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (3)Puyan Lotfi2019-08-061-0/+7
* Build libfuzzer libcxx-static with PICYi Kong2019-08-051-0/+1
* BMI2 support is indicated in bit eight of EBX, not nine.Eric Christopher2019-08-051-1/+1
* [Sanitizer] Linux refactor shadow huge page mode handlingDavid Carlier2019-08-056-15/+15