summaryrefslogtreecommitdiff
path: root/lib/asan/asan_rtl.cc
AgeCommit message (Expand)Author
2018-06-19[asan] Avoid deadlock when initializing the symbolizer CHECK failsReid Kleckner
2018-06-05Introduce CheckASLR() in sanitizersKamil Rytarowski
2018-05-21[asan] Make GetCurrentThread RTEMS-friendlyWalter Lee
2018-05-18[asan] Add support for Myriad RTEMS memory mapWalter Lee
2017-11-21[sanitizers] Add init function to set alignment of low level allocatorWalter Lee
2017-11-07(NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov
2017-09-22[asan/lsan] Make LSan compliant with recovery mode when running on top of ASanMaxim Ostapenko
2017-08-09[asan] Refactor thread creation bookkeepingVitaly Buka
2017-08-09[asan] Complete the Fuchsia portVitaly Buka
2017-08-02Add new ASAN_OPTION: sleep_after_init.Kostya Serebryany
2017-07-31[asan] Move shadow memory setup into its own fileVitaly Buka
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-11-28[asan] Refactor shadow memory initialization out of AsanInitInternal [NFC]Kuba Mracek
2016-10-12Make __asan_handle_no_return a no-op during initializationReid Kleckner
2016-10-04[asan] When protect_shadow_gap=0, set up the shadow for the shadow gap. This ...Kostya Serebryany
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-21[compiler-rt] Fix Asan build on AndroidEtienne Bergeron
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-08-29[asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka
2016-08-18[asan] Add __asan_set_shadow_*Vitaly Buka
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-06-07[asan] Turn LSan-related #if’s into regular if’s in ASan initializerKuba Brecka
2016-06-06This patch attempts to primitive support for Win64 asanEtienne Bergeron
2016-05-19Revert r270038 ("Change preprocessor `#if` to regular `if` for CAN_SANITIZE_L...Kuba Brecka
2016-05-19[asan] Change preprocessor `#if` to regular `if` for CAN_SANITIZE_LEAKSKuba Brecka
2016-05-18[sanitizer] Fix a crash when demangling Swift symbols, take 3Kuba Brecka
2016-05-17[sanitizers] disabling LateInitialize call to fix the build.Mike Aizatsky
2016-05-12[sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-02-18[WinASan] Fix page size and mmap granularity confusionReid Kleckner
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-11-14[asan] add an experimental flag protect_shadow_gap. If set to false, the shad...Kostya Serebryany
2015-11-11[ASan] Enable optional ASan recovery.Yury Gribov
2015-11-09[compiler-rt] [asan] Use same shadow offset for aarch64Adhemerval Zanella
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-15[sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-24[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-24[Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov
2015-08-22Revert r245770 and r245777.Alexey Samsonov
2015-08-22[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov