summaryrefslogtreecommitdiff
path: root/lib/asan/asan_internal.h
AgeCommit message (Expand)Author
2018-05-18[sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee
2018-05-16[asan] Add a magic shadow value for shadw gapWalter Lee
2017-08-09[asan] Refactor thread creation bookkeepingVitaly Buka
2017-07-31[asan] Move shadow memory setup into its own fileVitaly Buka
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2016-12-27[compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka
2016-12-21Reduce the size of quarantine cache in ASAN_LOW_MEMORY configuration.Evgeniy Stepanov
2016-09-08[asan] Reify ErrorDeadlySignalFilipe Cabecinhas
2016-08-25[asan] remove unused kAsanHeapRightRedzoneMagic (NFC); part 2 (sorry)Kostya Serebryany
2016-08-17[asan] Remove "Stack partial redzone" from reportVitaly Buka
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-06-06This patch attempts to primitive support for Win64 asanEtienne Bergeron
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-02-02[asan] Add iOS support.Anna Zaks
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-07-21[asan] Remove AsanPlatformThreadInitReid Kleckner
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2015-02-10Fix ASan's Noinst unit testsKuba Brecka
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2015-01-09Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov
2014-12-17[ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-21[asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov
2014-10-17[asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-08-04[asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany
2014-07-25[Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it a...Alexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-06-06[asan] Make ReplaceSystemMalloc optional on Android.Evgeniy Stepanov
2014-05-15Fix typosAlp Toker
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-05-12[asan] define ASAN_DYNAMIC=1 if PIC is definedKostya Serebryany
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-01-31[asan] Read extra flags from a system property on activation on Android.Evgeniy Stepanov
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-16[asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov
2014-01-16[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov
2013-11-19[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany
2013-10-14[asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev
2013-05-24Disable init-order checking before destructors are run.Alexey Samsonov