summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-27105-115/+115
* [scudo][standalone] Introduce the C & C++ wrappers [fixed]Kostya Kortchinsky2019-06-2713-37/+921
* [GWP-ASan] D63736 broke ARMv7/v8 sanitizer bots.Mitch Phillips2019-06-261-1/+1
* Revert r364332 "[scudo][standalone] Introduce the C & C++ wrappers"Hans Wennborg2019-06-2611-909/+36
* [compiler-rt][test] Set shared_libasan_path in test/asan/lit.cfg on SolarisRainer Orth2019-06-261-1/+1
* Follow up fix for r364366.Dan Liew2019-06-261-1/+1
* Add USan+ASan and UBSan+TSan tests to shadow-memory lit parallelism group.Dan Liew2019-06-261-0/+4
* [GWP-ASan] Guard against recursive allocs. Pack TLS for perf.Mitch Phillips2019-06-252-15/+51
* [scudo] Correct a behavior on the shared TSD registryKostya Kortchinsky2019-06-252-6/+2
* [scudo][standalone] Introduce the C & C++ wrappersKostya Kortchinsky2019-06-2511-36/+909
* [sanitizer] Enabled getpw_getgr.cc on iOSVitaly Buka2019-06-251-1/+0
* (Reland with changes) Adding a function for setting coverage output file.Sajjad Mirza2019-06-246-13/+168
* [ASan] Use dynamic shadow on 32-bit iOS and simulatorsJulian Lettner2019-06-212-31/+23
* [asan] Quote the path to the Python exe in case it has spacesReid Kleckner2019-06-211-2/+10
* [asan] Avoid two compiler-synthesized calls to memset & memcpyReid Kleckner2019-06-212-5/+5
* [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany2019-06-216-104/+154
* [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya Serebryany2019-06-203-6/+13
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-191-2/+2
* [libFuzzer] Remove too aggressive static_assert in FuzzedDataProvider.Max Moroz2019-06-191-2/+0
* Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg2019-06-195-97/+35
* [Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5Rainer Orth2019-06-191-3/+3
* Don't crash if PR_SET_VMA_ANON_NAME fails.Evgeniy Stepanov2019-06-181-2/+1
* [libFuzzer] Improve FuzzedDataProvider helper.Max Moroz2019-06-182-65/+140
* [scudo][standalone] Fuchsia related changesKostya Kortchinsky2019-06-183-38/+37
* [compiler-rt][SystemZ] Work around ASAN failures via -fno-partial-inliningUlrich Weigand2019-06-182-0/+10
* Disable recently added Darwin symbolization tests for iOS.Dan Liew2019-06-182-0/+2
* [NFC] Split `Darwin/asan-symbolize-partial-report-with-module-map.cc`.Dan Liew2019-06-182-20/+42
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew2019-06-182-2/+69
* hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.Peter Collingbourne2019-06-174-13/+21
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-06-175-35/+97
* [GWP-ASan] Disable GWP-ASan on Android for now.Mitch Phillips2019-06-172-2/+5
* Stop counting pops in tsan/check_analyze.sh.Evgeniy Stepanov2019-06-171-2/+0
* Attempt to fix GWP-ASan build failure on sanitizer-android. Add -fPIC.Mitch Phillips2019-06-171-1/+1
* [GWP-ASan] Integration with Scudo [5].Mitch Phillips2019-06-1721-5/+335
* [scudo][standalone] Introduce the combined allocatorKostya Kortchinsky2019-06-175-0/+870
* [compiler-rt] Respect CMAKE_NMShoaib Meenai2019-06-152-5/+12
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-1516-38/+49
* [libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany2019-06-143-5/+21
* [libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany2019-06-146-35/+58
* [libFuzzer] fix -Werror buildKostya Serebryany2019-06-141-1/+1
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-146-184/+172
* [libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz2019-06-143-3/+15
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg2019-06-146-171/+184
* fix whitespacesKostya Serebryany2019-06-131-3/+1
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-136-184/+173
* [dfsan] Introduce dfsan_flush().Kostya Serebryany2019-06-134-0/+42
* [compiler-rt] Fix name_to_handle_at.cc test on Overlay2 (for Docker)Amy Kwan2019-06-121-1/+1
* Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg2019-06-126-168/+13
* [Sanitizers] Add case MACOS_VERSION_CATALINAJulian Lettner2019-06-112-2/+3
* [scudo][standalone] Unmap memory in testsKostya Kortchinsky2019-06-118-16/+74