summaryrefslogtreecommitdiff
path: root/lib/asan/asan_mapping.h
Commit message (Expand)AuthorAge
* [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functionsAlexey Samsonov2013-09-17
* [ASan] Check that getSymbolizer() is defined. Turn magic mapping constants in...Alexey Samsonov2013-09-16
* [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
* [asan] bump kMidMemEnd to 0x4fffffffffULL since in rare cases prelink uses ad...Kostya Serebryany2013-02-28
* [asan] speedup by more than 2x handling of the small memset/memcpy/etc callsKostya Serebryany2013-02-21
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-15
* [asan] fix fixed mapping for mac (ASAN_FLEXIBLE_MAPPING_AND_OFFSET=0)Kostya Serebryany2013-02-13
* [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany2013-02-12
* [sanitizer] increase the minimal mmap size in allocator to 2^16; fix the asan...Kostya Serebryany2013-01-23
* [asan] initialize kHighMemEnd at startup (instead of at compile time) to simp...Kostya Serebryany2013-01-23
* [asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany2013-01-23
* Fixup for r173021: build tests with zero-based shadow on Android only, fix co...Alexey Samsonov2013-01-21
* ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and ...Alexey Samsonov2013-01-21
* [ASan] use macro instead of raw __attribute__Alexey Samsonov2012-12-28
* [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany2012-11-24
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-21
* [asan] more support for powerpc, patch by Peter BergnerKostya Serebryany2012-11-20
* A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov2012-08-27
* For wild addresses in the shadow or shadow gap areas print an error message i...Alexander Potapenko2012-07-23
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* Use zero-based shadow by default on Android.Evgeniy Stepanov2012-05-23
* Fix GetFrameNameByAddr hitting stale stack guards.Evgeniy Stepanov2012-05-12
* [asan] performance optimization: make sure the check for poisoned shadow insi...Kostya Serebryany2012-03-15
* Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany2011-11-30
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30