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