summaryrefslogtreecommitdiff
path: root/lib/asan
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Fix compilation errors in r355030.Evgeniy Stepanov2019-02-273-3/+10
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-272-31/+28
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-277-0/+44
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-271-3/+6
* Revert "[compiler-rt] Intercept the bcmp() function."Vlad Tsyrklevich2019-02-261-26/+16
* [compiler-rt] Intercept the bcmp() function.Clement Courbet2019-02-261-16/+26
* [winasan] Unpoison stack memory when threads exit (redux)David Major2019-02-261-0/+13
* Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov2019-02-217-33/+0
* [asan] Fix vfork handling.Evgeniy Stepanov2019-02-211-4/+2
* [hwasan,asan] Intercept vfork.Evgeniy Stepanov2019-02-217-0/+35
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-1/+1
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-1/+1
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-1/+1
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-074-7/+6
* [ASan] On Darwin record global allocator pointer and size in introspection st...Dan Liew2019-01-211-1/+17
* On Darwin add allocator address and size fields toDan Liew2019-01-211-0/+1
* On Darwin allow for sanitizer malloc implementations to provide a zoneDan Liew2019-01-211-0/+1
* Fix bug in `AsanAllocatorASVT` (ASan) and `AllocatorASVT` (LSan) templated al...Dan Liew2019-01-201-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1977-308/+231
* [asan] Add fallback for Thumb after r350139Diana Picus2019-01-141-0/+11
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-6/+14
* Add support for background thread on NetBSD in ASanKamil Rytarowski2018-12-291-3/+7
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-282-37/+14
* [asan] Fix build on windows.Evgeniy Stepanov2018-12-271-1/+9
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-272-14/+29
* Do not rely on that subject of ErrorAllocTypeMismatch is a heap address.Martin Liska2018-12-272-7/+5
* Introduce `AddressSpaceView` template parameter to `CombinedAllocator`.Dan Liew2018-12-211-4/+14
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew2018-12-211-1/+5
* Remove pointless casts.Evgeniy Stepanov2018-12-201-2/+2
* Reimplement Thread Static Data ASan routines with TLSKamil Rytarowski2018-12-191-0/+46
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-4/+11
* Windows ASan: Instrument _msize_base()Vlad Tsyrklevich2018-12-142-0/+7
* [asan] Don't check ODR violations for particular types of globalsVitaly Buka2018-12-131-4/+9
* Fix bug where we'd try symbolize a second time with the same arguments.Dan Liew2018-12-111-1/+1
* Fix IOError exception being raised in `asan_symbolize.py`crash whenDan Liew2018-12-071-0/+4
* [asan] Remove use_odr_indicator runtime flagVitaly Buka2018-12-042-5/+1
* Introduce a way to allow the ASan dylib on Darwin platforms to be loaded via ...Dan Liew2018-12-017-0/+61
* Revert r346560 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-291-11/+1
* Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-091-1/+11
* [CMake][ASan][HWASan] Set an explicit dependency on libc++ headersPetr Hosek2018-11-071-8/+20
* [sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+Kuba Mracek2018-11-061-0/+2
* [asan] Remove flags for clang-cl before it supported EHReid Kleckner2018-10-311-5/+0
* Disable BufferOverflowAfterManyFrees for NetBSDKamil Rytarowski2018-10-301-0/+2
* [sanitizer] Fix mallopt interceptor.Evgeniy Stepanov2018-10-251-1/+1
* [sanitizers] [windows] Use a linker directive pragma for psapiMartin Storsjo2018-10-101-1/+0
* Disable failing tests lib/asan/tests on NetBSDKamil Rytarowski2018-10-092-0/+4
* Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""Reid Kleckner2018-10-051-11/+1
* Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"David Major2018-10-021-1/+11
* [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsanStephen Hines2018-10-021-0/+8
* Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"Hans Wennborg2018-09-281-11/+1