summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-01
* [Sanitizer] Revert r193501 and properly fix r193448Alexey Samsonov2013-10-28
* Work around ASan/Win breakage by r193448Timur Iskhodzhanov2013-10-27
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* Make sure ASan always emits an error summary if it reports an error.Nick Lewycky2013-10-23
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-18
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-14
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* [ASan] Check that getSymbolizer() is defined. Turn magic mapping constants in...Alexey Samsonov2013-09-16
* [asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany2013-09-12
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread...Timur Iskhodzhanov2013-09-10
* [asan] Hopefully fix the RTL build on Windows (part 2)Timur Iskhodzhanov2013-09-03
* [asan] attemping to fix the Windows buildKostya Serebryany2013-09-03
* implement PR17059: more visible diagnostics for stack-buffer-overflowKostya Serebryany2013-09-03
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-03
* fix PR17061 (and pleeease, don't ask me for a test, this is just a minor outp...Kostya Serebryany2013-09-03
* [ASan/RTL] Disable colored reporting on WindowsTimur Iskhodzhanov2013-08-16
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany2013-06-26
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-29
* [asan] fix the reported PCs for powerpc64Kostya Serebryany2013-05-22
* [asan] Common flags in ASan.Sergey Matveev2013-05-06
* [ASan] Symbolize correct address when printint error summaryAlexey Samsonov2013-04-11
* [ASan] fix a typo in legend in error reportAlexey Samsonov2013-04-10
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-05
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-05
* [ASan] More careful reports for globals that are ASCII stringsAlexey Samsonov2013-04-01
* [ASan] Demangle global names in error reports.Alexey Samsonov2013-03-27
* [asan] print thread number while reporting invalid-free and double-free; add ...Kostya Serebryany2013-03-26
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-18
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-05
* [asan] two more internal flags for asan-rt: print_stats (0) and print_legend ...Kostya Serebryany2013-01-28
* [asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany2013-01-23
* [asan] add a new interface function __asan_describe_address, useful for runni...Kostya Serebryany2012-12-29
* [ASan] Teach ASan to print demangled function name when describing stack frameAlexey Samsonov2012-12-26
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-21
* [ASan] remove duplicate entry in shadow byte legendAlexey Samsonov2012-12-20
* [asan] print the shadow bytes in different colors and also output the shadow ...Kostya Serebryany2012-12-19
* [asan] add some colors to asan output if printing to tty (following ubsan)Kostya Serebryany2012-12-18
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov2012-12-07
* [asan] intercept prctl(PR_SET_NAME) and set the thread name. Output the threa...Kostya Serebryany2012-12-07
* ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov2012-12-04
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-23