summaryrefslogtreecommitdiff
path: root/lib/asan/asan_internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-141-0/+1
* Disable init-order checking before destructors are run.Alexey Samsonov2013-05-241-0/+1
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-031-1/+1
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-281-10/+0
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-1/+1
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-191-33/+2
* [asan] on linux, run __asan_init from .preinit_array (even earlier than before)Kostya Serebryany2013-02-201-0/+4
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-151-1/+1
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-0/+1
* [ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov2013-01-171-1/+1
* [asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always t...Kostya Serebryany2012-12-251-2/+2
* ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov2012-12-071-0/+9
* ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov2012-12-041-0/+1
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-231-0/+1
* [ASan] Revert r168040 and r168043 and take a cleaner solution suggested by Ko...Alexander Potapenko2012-11-151-1/+0
* [ASan] Poison the leftmost shadow byte with a special value so that we can findAlexander Potapenko2012-11-151-0/+1
* Set ASAN_NEEDS_SEGV=0 on Android only.Alexander Potapenko2012-10-031-1/+1
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-021-4/+0
* [asan] Change defaults for Android target.Evgeniy Stepanov2012-09-281-2/+10
* [asan] one more fix for windows buildKostya Serebryany2012-08-281-5/+0
* [asan] actually move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-12/+2
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-281-3/+1
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-281-3/+0
* A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov2012-08-271-0/+7
* [Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov2012-08-271-15/+0
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-241-0/+1
* [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov2012-08-221-4/+1
* [asan] run-time part of the initialization order checker. Patch by Reid Watso...Kostya Serebryany2012-08-211-0/+1
* [ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov2012-08-091-3/+0