summaryrefslogtreecommitdiff
path: root/lib/asan/asan_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce a way to allow the ASan dylib on Darwin platforms to be loaded via ...Dan Liew2018-12-011-0/+5
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-2/+2
* [asan] Add a magic shadow value for shadw gapWalter Lee2018-05-161-0/+3
* [asan] Refactor thread creation bookkeepingVitaly Buka2017-08-091-0/+3
* [asan] Move shadow memory setup into its own fileVitaly Buka2017-07-311-0/+4
* [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek2017-07-121-0/+1
* [compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron2017-02-211-0/+3
* [sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori2017-02-021-3/+0
* [compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka2016-12-271-11/+0
* Reduce the size of quarantine cache in ASAN_LOW_MEMORY configuration.Evgeniy Stepanov2016-12-211-1/+1
* [asan] Reify ErrorDeadlySignalFilipe Cabecinhas2016-09-081-0/+3
* [asan] remove unused kAsanHeapRightRedzoneMagic (NFC); part 2 (sorry)Kostya Serebryany2016-08-251-1/+0
* [asan] Remove "Stack partial redzone" from reportVitaly Buka2016-08-171-1/+0
* [asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron2016-07-111-1/+3
* [sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany2016-06-161-4/+10
* This patch attempts to primitive support for Win64 asanEtienne Bergeron2016-06-061-0/+2
* [asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes2016-03-281-0/+7
* [asan] Add iOS support.Anna Zaks2016-02-021-2/+2
* [tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka2015-12-031-2/+0
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-2/+0
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-1/+1
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-1/+1
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-1/+1
* [asan] Remove AsanPlatformThreadInitReid Kleckner2015-07-211-1/+0
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-1/+1
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-16/+0
* Fix ASan's Noinst unit testsKuba Brecka2015-02-101-0/+1
* [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany2015-01-211-0/+2
* Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov2015-01-091-1/+0
* [ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov2014-12-171-2/+0
* [Asan] Pack signal context into a structureViktor Kutuzov2014-11-251-0/+15
* [asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov2014-11-211-0/+2
* [asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany2014-10-171-0/+1
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-121-2/+0
* [asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany2014-08-041-0/+1
* [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it a...Alexey Samsonov2014-07-251-4/+0
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-2/+4
* [asan] Make ReplaceSystemMalloc optional on Android.Evgeniy Stepanov2014-06-061-0/+2
* Fix typosAlp Toker2014-05-151-2/+2
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-121-1/+0
* [asan] define ASAN_DYNAMIC=1 if PIC is definedKostya Serebryany2014-05-121-1/+5
* [ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov2014-04-011-0/+6
* [asan] Read extra flags from a system property on activation on Android.Evgeniy Stepanov2014-01-311-0/+2
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-1/+1
* [ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko2014-01-281-2/+0
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-9/+0
* [asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov2014-01-161-0/+2
* [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov2014-01-161-6/+0
* [asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany2013-11-191-0/+1