summaryrefslogtreecommitdiff
path: root/lib/asan/asan_rtl.cc
AgeCommit message (Expand)Author
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
2014-07-11[asan] fix x32 build, patch by H.J. LuKostya Serebryany
2014-06-03[asan] enable detect_odr_violation=2; https://code.google.com/p/address-sanit...Kostya Serebryany
2014-05-15Fix typosAlp Toker
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-05-14[asan] Respect personality in kernel area detector, patch by Yuri GribovKostya Serebryany
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-05-12[ASan] Add references to the issue tracker about malloc/free/new/delete misma...Timur Iskhodzhanov
2014-05-12[asan] Move the "coverage" flag to common flags.Sergey Matveev
2014-05-12[asan] one more attempt to enable lsan by default (PR19521)Kostya Serebryany
2014-05-06[ASan/Win] Don't crash when ASAN_OPTIONS have disable_core=1Timur Iskhodzhanov
2014-04-30[asan] make AsanCoverage lock-free (and AS-safe)Kostya Serebryany
2014-04-28[asan] split detect_odr_violation into two: =2 detects all ODR violations, =1...Kostya Serebryany
2014-04-25[asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany
2014-04-23[asan] disable lsan back. :( -- It appears that quite a few lit tests have l...Kostya Serebryany
2014-04-22[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany
2014-04-21[asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany
2014-04-21[asan] implement __asan_loadN/__asan_storeN for out-lined asan checksKostya Serebryany
2014-04-17[asan] fix a bug in outlined asan checks and in the corresponding test (ouch)Kostya Serebryany
2014-04-16[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany
2014-04-14[asan] added internal flag mmap_limit_mbKostya Serebryany
2014-04-04[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-27[asan] Do not sanitize kernel area on 32-bit targets, patch by Yuri GribovKostya Serebryany
2014-03-21[ASan] Move the flag descriptions from comments to ParseFlag arguments.Alexander Potapenko
2014-03-20[libsanitizer] Introduce flag descriptions.Alexander Potapenko
2014-02-27[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-01-31[asan] Read extra flags from a system property on activation on Android.Evgeniy Stepanov
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko