summaryrefslogtreecommitdiff
path: root/lib/asan/asan_linux.cc
AgeCommit message (Expand)Author
2018-02-07[asan] Fix filename size on linux platforms.Yvan Roux
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-11-20[asan] Use dynamic shadow on 32-bit Android, try 2.Evgeniy Stepanov
2017-11-18Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.Evgeniy Stepanov
2017-11-16[asan] Fallback to non-ifunc dynamic shadow on android<22.Evgeniy Stepanov
2017-11-10[asan] Use dynamic shadow on 32-bit Android.Evgeniy Stepanov
2017-10-24On FreeBSD, skip the first entry in the dl_iterate_phdr list.Dimitry Andric
2017-08-10Add NetBSD support in asan_linux.ccKamil Rytarowski
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-03-31[asan] Move AsanCheckDynamicRTPrereqs check under flagMaxim Ostapenko
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-07-21[asan] Remove AsanPlatformThreadInitReid Kleckner
2015-06-04[ASan] Move ASan runtime library self-checks to a more appropriate place.Yury Gribov
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2015-02-10Fix ASan's Noinst unit testsKuba Brecka
2015-01-09Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov
2014-06-15Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit ...Viktor Kutuzov
2014-06-06[asan] Make ReplaceSystemMalloc optional on Android.Evgeniy Stepanov
2014-06-02[asan] Improve vDSO check in AsanCheckDynamicRTPrereqs; patch by Yuri GribovKostya Serebryany
2014-05-30[asan] Enable ASan on PowerPC.Evgeniy Stepanov
2014-04-09Declare _DYNAMIC and dl_phdr_info in asan_linux.cc on FreeBSDViktor Kutuzov
2014-04-02[ASan] Fix incompatible runtimes check: don't iterate /proc/self/maps on ever...Alexey Samsonov
2014-04-02[ASan] One more attempt to fix Android buildAlexey Samsonov
2014-04-01[ASan] Fix Android buildAlexey Samsonov
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-12Add FreeBSD 9.2 support to asan_linux.ccViktor Kutuzov
2014-03-06[FreeBSD] Provide FreeBSD-specific things for ASan.Alexey Samsonov
2014-03-04[ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov
2014-02-13[sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany
2014-02-10Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.Evgeniy Stepanov
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2013-12-09Revert three patches which were committed without explicit contributionChandler Carruth
2013-11-18[asan] support __hppa__ (by John David Anglin)Kostya Serebryany
2013-06-03[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany
2013-05-08[sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-19[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov
2013-01-18[ASan] fixes for Android buildAlexey Samsonov
2013-01-17[ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov
2013-01-14asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov
2012-12-13[asan] pop the internal stack frames in SlowUnwindStack, extend the test to c...Kostya Serebryany