summaryrefslogtreecommitdiff
path: root/lib/asan/asan_mapping.h
AgeCommit message (Expand)Author
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-02-13[asan] fix fixed mapping for mac (ASAN_FLEXIBLE_MAPPING_AND_OFFSET=0)Kostya Serebryany
2013-02-12[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany
2013-01-23[sanitizer] increase the minimal mmap size in allocator to 2^16; fix the asan...Kostya Serebryany
2013-01-23[asan] initialize kHighMemEnd at startup (instead of at compile time) to simp...Kostya Serebryany
2013-01-23[asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany
2013-01-21Fixup for r173021: build tests with zero-based shadow on Android only, fix co...Alexey Samsonov
2013-01-21ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and ...Alexey Samsonov
2012-12-28[ASan] use macro instead of raw __attribute__Alexey Samsonov
2012-11-24[asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany
2012-11-21[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany
2012-11-20[asan] more support for powerpc, patch by Peter BergnerKostya Serebryany
2012-08-27A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov
2012-07-23For wild addresses in the shadow or shadow gap areas print an error message i...Alexander Potapenko
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-05-23Use zero-based shadow by default on Android.Evgeniy Stepanov
2012-05-12Fix GetFrameNameByAddr hitting stale stack guards.Evgeniy Stepanov
2012-03-15[asan] performance optimization: make sure the check for poisoned shadow insi...Kostya Serebryany
2011-11-30Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany