summaryrefslogtreecommitdiff
path: root/lib/asan/asan_rtl.cc
AgeCommit message (Expand)Author
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
2015-08-07[asan] Try different values of the shadow gap start.Evgeniy Stepanov
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-07-23[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka
2015-07-22[asan] Make __asan_handle_no_return tolerate unregistered threadsReid Kleckner
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-06-04[ASan] Move ASan runtime library self-checks to a more appropriate place.Yury Gribov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-04-25[asan] Print SHADOW_SCALE and SHADOW_GRANULARITY as decimal values.Daniel Sanders
2015-04-10[ASan] Use a better name for a function parameterTimur Iskhodzhanov
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-17asan: optimization experimentsDmitry Vyukov
2015-02-17[LSan] Make parent tool responsible for initializing LSan flags.Alexey Samsonov
2015-02-12[Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov
2015-02-03[ASan] Add use_madv_dontdump flag.Yury Gribov
2015-02-02[ASan/Win] Add some diagnostics to help investigate Mprotect failuresTimur Iskhodzhanov
2015-01-22[ASan] Print out the shadow memory range on shadow mapping failuresTimur Iskhodzhanov
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-07[asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany
2014-12-26[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-26Revert r224838, r224839.Evgeniy Stepanov
2014-12-25[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-19[ASan] Change activation strategy.Alexey Samsonov
2014-12-19[ASan] Introduce AllocatorOptions to configure allocator behavior.Alexey Samsonov
2014-12-17[ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov
2014-12-17[ASan] Introduce SetCanPoisonMemory() function.Alexey Samsonov
2014-12-16[asan] new flag: hard_rss_limit_mbKostya Serebryany