summaryrefslogtreecommitdiff
path: root/lib/asan/asan_rtl.cc
AgeCommit message (Expand)Author
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
2014-12-16[ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-12-12[ASan] Group all flag parsing code together. NFC.Alexey Samsonov
2014-12-05Implement AddressSanitizer suppressions.Kuba Brecka
2014-12-05[ASan] Refactor thread starting code.Sergey Matveev
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-11-25[asan] Improvements for asan deactivated mode: disable asan activation for ru...Yury Gribov
2014-10-14[asan] Add fast_unwind_on_check flag.Evgeniy Stepanov
2014-09-22[ASan] Introduce the dump_instruction_bytes flag to print the faulting instru...Alexander Potapenko
2014-09-15[asan] Delay system log initialization on Android.Evgeniy Stepanov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-08-29[asan] enable poison_array_cookie backKostya Serebryany
2014-08-28[asan] disable poison_array_cookie while I am investigating a false positive ...Kostya Serebryany
2014-08-18[LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov
2014-08-12[TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov
2014-08-12[Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-08-04[asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany
2014-07-30[asan] rename new-delete-size-mismatch to new-delete-type-mismatch and make t...Kostya Serebryany
2014-07-30[asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov