summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.cc
AgeCommit message (Expand)Author
2014-05-14[ASan/Win] Enable demangling of global variable namesTimur Iskhodzhanov
2014-05-12[asan] fix a self deadlock when printing stats; add a relevant test, cleanup ...Kostya Serebryany
2014-04-25[asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany
2014-04-21[asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany
2014-04-14[asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany
2014-04-14[asan] provide better reports for cases where memcpy/etc get negative size pa...Kostya Serebryany
2014-02-27[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany
2014-02-26Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger
2014-02-22Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner
2014-02-21Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger
2014-02-19[asan] A different way of detectinb stack overflow.Evgeniy Stepanov
2014-02-19[asan] Improve stack overflow detection.Evgeniy Stepanov
2014-02-18[asan] Stack overflow detection.Evgeniy Stepanov
2014-02-14[libsanitizer] Create SanitizerCommonDecorator which provides the Warning() a...Alexander Potapenko
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-01-29[asan] increase the buffer size for printing asan legend, add a test for legendKostya Serebryany
2014-01-23[asan] More buffering in report printing.Evgeniy Stepanov
2014-01-23[asan] Print shadow memory and legend as a single printf call.Evgeniy Stepanov
2014-01-23[asan] clang-format part of asan_report.ccEvgeniy Stepanov
2013-12-23[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany
2013-12-19[ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov
2013-11-21[asan] rename contiguous-container-buffer-overflow (too long) to container-ov...Kostya Serebryany
2013-11-19[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-11-01[Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov
2013-10-28[Sanitizer] Revert r193501 and properly fix r193448Alexey Samsonov
2013-10-27Work around ASan/Win breakage by r193448Timur Iskhodzhanov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-10-23Make sure ASan always emits an error summary if it reports an error.Nick Lewycky
2013-10-18[asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany
2013-10-14[ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-09-16[ASan] Check that getSymbolizer() is defined. Turn magic mapping constants in...Alexey Samsonov
2013-09-12[asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-10[ASan] Don't crash in DescribeHeapAddress if we don't know the current thread...Timur Iskhodzhanov
2013-09-03[asan] Hopefully fix the RTL build on Windows (part 2)Timur Iskhodzhanov
2013-09-03[asan] attemping to fix the Windows buildKostya Serebryany
2013-09-03implement PR17059: more visible diagnostics for stack-buffer-overflowKostya Serebryany
2013-09-03[lsan] Colorize LSan reports.Sergey Matveev
2013-09-03fix PR17061 (and pleeease, don't ask me for a test, this is just a minor outp...Kostya Serebryany
2013-08-16[ASan/RTL] Disable colored reporting on WindowsTimur Iskhodzhanov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-06-26[asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-05-22[asan] fix the reported PCs for powerpc64Kostya Serebryany
2013-05-06[asan] Common flags in ASan.Sergey Matveev
2013-04-11[ASan] Symbolize correct address when printint error summaryAlexey Samsonov
2013-04-10[ASan] fix a typo in legend in error reportAlexey Samsonov
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany