summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-24[tests] Portability fixup for r261713.Alexey Samsonov
2016-02-24[tests] Resolve old TODOs in ASan unit tests.Alexey Samsonov
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-18[WinASan] Fix page size and mmap granularity confusionReid Kleckner
2016-02-10Don't assume that there is only one strchr overload in the global namespace;Richard Smith
2016-02-09[asan] update the scariness score: tweak a few weights and add testsKostya Serebryany
2016-02-08[asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov
2016-02-08Fix typo in asan_flags.George Burgess IV
2016-02-08[asan] fix the Windows build (MSVC says: cannot specify explicit initializer ...Kostya Serebryany
2016-02-08[asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany
2016-02-08[asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko
2016-02-07Revert r259961, r259978, r259981.Nico Weber
2016-02-06[asan] properly report an un-aligned global variable instead of just crashingKostya Serebryany
2016-02-06[asan] add an experimental feature that prints the scariness score of the err...Kostya Serebryany
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany
2016-02-02[asan] Remove redundant elifAnna Zaks
2016-02-02[asan] Fix internal CHECK failure on double free in recovery mode.Maxim Ostapenko
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2016-01-20[asan] print an additional hint when reporting a container overflowKostya Serebryany
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-14[Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks
2016-01-05[sancov] adding internal functionMike Aizatsky
2015-12-29For the asan_symbolize.py script, use addr2line as the default systemDimitry Andric
2015-12-15[asan] add option: handle_sigillKostya Serebryany
2015-12-10[asan] Use atomic_uintptr_t instead of atomic_uint64_t in SuppressErrorReport.Yury Gribov
2015-12-10[asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov
2015-12-09asan_win_dynamic_runtime_thunk.cc: declare atexitHans Wennborg
2015-12-04Check multilib dir for asan_device_setup.Dan Albert
2015-12-04[asan] Remove the use of system properties on Android.Evgeniy Stepanov
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-12-04[ASan] Change the links in asa_flags.inc to point to GitHub.Alexander Potapenko
2015-12-04[ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-12-01[asan] Correctly release memory allocated during early startup.Yury Gribov
2015-11-20[asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-11-18[ASan] Be consistent and refer to reported issues as "errors" in hints.Alexey Samsonov
2015-11-14[asan] add an experimental flag protect_shadow_gap. If set to false, the shad...Kostya Serebryany
2015-11-13[asan] Fix silly error when reporting multiple ASan errors in parallel.Yury Gribov
2015-11-11[Windows] Add exports for dll_host test broken by r252071 and r251071Reid Kleckner
2015-11-11[Asan] Added missing hunk to previous commit.Yury Gribov