summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [sanitizers][windows] FIX: Rtl-Heap Interception and testsMatthew G McGovern2019-07-0915-16/+16
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-0925-55/+1081
* [TSan] Fix linker error for Linux/AArch64Julian Lettner2019-07-091-1/+3
* [Sanitizers] Remove clang_rt.sancov_{begin,end} on SolarisRainer Orth2019-07-083-42/+0
* Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien2019-07-0825-1081/+55
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-0825-55/+1081
* Revert "[TSan] Attempt to fix iOS on-device test"Julian Lettner2019-07-081-4/+7
* Revert "[TSan] Attempt to fix linker error for Linux on AArch64"Julian Lettner2019-07-082-1/+9
* [ubsan][test] Fix cast-overflow.cpp and delete float-divide-by-zero test afte...Fangrui Song2019-07-082-2/+1
* [ubsan][test] Fix several UBSan-* :: TestCases/ImplicitConversion tests on So...Rainer Orth2019-07-086-120/+120
* [ubsan][test] Don't disable ubsan testing on 64-bit Solaris/x86Rainer Orth2019-07-082-8/+4
* [TSan] Attempt to fix iOS on-device testJulian Lettner2019-07-061-4/+4
* XFAIL a few failing TSan-fiber tests for iOSJulian Lettner2019-07-055-0/+5
* Remove `XFAIL: ios` from test that passes in CIJulian Lettner2019-07-051-1/+0
* Revert "[TSan] Improve handling of stack pointer mangling in {set,long}jmp, p...Julian Lettner2019-07-051-4/+32
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.5Julian Lettner2019-07-051-39/+4
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.4Julian Lettner2019-07-051-32/+4
* [scudo][standalone] Link tests against libatomicKostya Kortchinsky2019-07-031-0/+2
* [scudo][standalone] Potential fix for missing sized deleteKostya Kortchinsky2019-07-032-1/+4
* Attempt #2 to fix gcc builds. This time checkMitch Phillips2019-07-021-1/+1
* Only use -mno-omit-leaf-frame-pointer with clang builds.Mitch Phillips2019-07-021-2/+4
* [GWP-ASan] [Scudo] Add GWP-ASan backtrace for alloc/free to Scudo.Mitch Phillips2019-07-022-2/+11
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.7Julian Lettner2019-07-024-29/+36
* [GWP-ASan] Add generic unwinders and structure backtrace output.Mitch Phillips2019-07-0224-137/+434
* [Sanitizers] Remove obsolete OpenFile from sanitizer_solaris.ccRainer Orth2019-07-021-5/+0
* Revert Remove scudo standalone tests from check-allReid Kleckner2019-07-011-2/+0
* Remove scudo standalone tests from check-allReid Kleckner2019-07-011-0/+2
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.3Julian Lettner2019-07-012-36/+8
* [TSan] Fix initialized and declared ‘extern’ warningJulian Lettner2019-07-011-2/+5
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.2Julian Lettner2019-07-012-8/+4
* [TSan] Attempt to fix linker error for Linux on AArch64Julian Lettner2019-06-292-9/+2
* [TSan] Fix build build breakage on AndroidJulian Lettner2019-06-281-1/+1
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.1Julian Lettner2019-06-284-0/+41
* hwasan: Fix an off-by-one error in PrintTagsAroundAddr.Peter Collingbourne2019-06-271-1/+1
* hwasan: Teach the runtime to identify the local variable being accessed in UA...Peter Collingbourne2019-06-2711-85/+250
* [libFuzzer] Migrate to the new exception syscalls on FuchsiaPetr Hosek2019-06-271-26/+28
* [sanitizer_common] Switch from zx_clock_get_new to zx_clock_getPetr Hosek2019-06-271-1/+1
* [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