summaryrefslogtreecommitdiff
path: root/lib/asan/asan_internal.h
AgeCommit message (Expand)Author
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
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-28[ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov
2013-02-20[asan] on linux, run __asan_init from .preinit_array (even earlier than before)Kostya Serebryany
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-17[ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov
2012-12-25[asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always t...Kostya Serebryany
2012-12-07ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov
2012-12-04ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov
2012-11-23[ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov
2012-11-15[ASan] Revert r168040 and r168043 and take a cleaner solution suggested by Ko...Alexander Potapenko
2012-11-15[ASan] Poison the leftmost shadow byte with a special value so that we can findAlexander Potapenko
2012-10-03Set ASAN_NEEDS_SEGV=0 on Android only.Alexander Potapenko