summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan2019-01-104-0/+305
* [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan2019-01-104-0/+865
* [asan] Mark tests as UNSUPPORTED on armDiana Picus2019-01-102-2/+2
* i[Sanitizer] Enable pututxline interceptionDavid Carlier2019-01-101-1/+13
* [libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman2019-01-096-25/+127
* [asan] Disable TSD dtor leak unit tests on FreeBSD x86 64David Carlier2019-01-091-0/+2
* [test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny2019-01-093-0/+25
* hwasan: Ignore loads and stores of size 0.Peter Collingbourne2019-01-092-1/+12
* [Sanitizer] Intercept fdevname on FreeBSDDavid Carlier2019-01-083-0/+80
* Fix Mac compilation.Evgeniy Stepanov2019-01-081-0/+4
* [asan] Support running without /procEvgeniy Stepanov2019-01-0814-27/+65
* [TSan] Support Objective-C @synchronized with tagged pointersJulian Lettner2019-01-072-19/+32
* [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old callPetr Hosek2019-01-061-4/+4
* Revert "Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)""Evgeniy Stepanov2019-01-051-5/+5
* Bring back the pthread_create interceptor, but only on non-aarch64.Peter Collingbourne2019-01-041-0/+14
* Disable system-allocator-fallback.cc test on Android O and earlier.Peter Collingbourne2019-01-042-0/+6
* [sanitizer] Reduce stack depot size on Android.Evgeniy Stepanov2019-01-042-2/+2
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-042-31/+6
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-048-14/+106
* [hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov2019-01-035-15/+11
* Re-disable the sanitizer_common/TestCases/Posix/getfsent.cc test. Recent macO...Kuba Mracek2019-01-031-1/+1
* [Sanitizer] Fix typo in funopen unit test.David Carlier2019-01-021-1/+1
* [TSan] Enable detection of lock-order-inversions for Objective-C @synchronizedJulian Lettner2019-01-024-5/+123
* [Sanitizer] Disable arc4random seeding apis on for Non NetBSD platforms.David Carlier2019-01-021-0/+6
* [Sanitizer] Enable funopen on FreeBSDDavid Carlier2019-01-022-1/+3
* [sanitizer] Android does not provide <fstab.h>Evgeniy Stepanov2019-01-022-4/+3
* [sanitizer_common] Implement funopen*() interceptors for NetBSDMichal Gorny2019-01-022-0/+164
* [sanitizer_common] Implement popen, popenve, pclose interceptorsMichal Gorny2019-01-023-1/+80
* [sanitizer_common] Add tests for NetBSD funopen*() functionsMichal Gorny2019-01-022-0/+199
* [sanitizer_common] Add test for popen()Michal Gorny2019-01-021-0/+23
* [sanitizer_common] Add tests for more *putc and *getc variantsMichal Gorny2019-01-023-0/+45
* [sanitizer_common] Fix devname_r() return type on !NetBSDMichal Gorny2019-01-021-4/+11
* [sanitizer_common] Rewrite more Posix tests to use assertsMichal Gorny2019-01-026-46/+26
* [sanitizer_common] Add tests for more stdio.h functionsMichal Gorny2019-01-022-0/+60
* Reenable hard_rss_limit_mb_test.cc for android-26Kamil Rytarowski2018-12-291-3/+0
* Add support for background thread on NetBSD in ASanKamil Rytarowski2018-12-293-5/+11
* [Sanitizer] Enable getfsent api for DarwinDavid Carlier2018-12-294-2/+5
* Introduce `LocalAddressSpaceView::LoadWritable(...)` and make the `Load(...)`...Dan Liew2018-12-282-13/+37
* Speculative fix for xray assembler error on MachO since r349976Reid Kleckner2018-12-281-1/+1
* [Sanitizer] arc4random unit test missing case.David Carlier2018-12-281-0/+3
* [Sanitizer] Intercept arc4random_buf / arc4random_addrandom on FreeBSD/NetBSDDavid Carlier2018-12-283-0/+89
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-2815-84/+15
* Fix a mistake in previousKamil Rytarowski2018-12-281-2/+2
* Update NetBSD ioctl(2) entries with 8.99.28Kamil Rytarowski2018-12-273-1/+54
* Enable asan_and_llvm_coverage_test.cc for NetBSDKamil Rytarowski2018-12-271-2/+0
* [asan] Fix build on windows.Evgeniy Stepanov2018-12-271-1/+9
* Enable posix regex interceptors on linux.Evgeniy Stepanov2018-12-274-2/+7
* Reimplement Thread Static Data MSan routines with TLSKamil Rytarowski2018-12-271-0/+46
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-2715-15/+76
* getfsent, unit test.David Carlier2018-12-271-0/+36