summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.h
Commit message (Expand)AuthorAgeFilesLines
* [Asan] Pack signal context into a structureViktor Kutuzov2014-11-251-4/+2
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-19/+25
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-1/+12
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-12/+1
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-1/+12
* [asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany2014-07-301-0/+2
* [compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debug...Kuba Brecka2014-07-171-0/+9
* [ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov2014-07-111-2/+2
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-2/+2
* [asan] when reporting an ODR violation, also print the stack traces where the...Kostya Serebryany2014-06-201-1/+2
* [asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany2014-04-251-0/+3
* [asan] provide better reports for cases where memcpy/etc get negative size pa...Kostya Serebryany2014-04-141-0/+2
* [asan] A different way of detectinb stack overflow.Evgeniy Stepanov2014-02-191-0/+2
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-111-1/+2
* [asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany2013-12-231-0/+3
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-131-3/+3
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-211-1/+1
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-051-2/+3
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-1/+0
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-211-0/+4
* [ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov2012-09-051-0/+3
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-1/+1
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-281-8/+8
* [ASan] share code executed at the beginning/end of printing error reportsAlexey Samsonov2012-08-101-1/+0
* [ASan] Move mac-specific error reports to asan_report.cc as wellAlexey Samsonov2012-08-091-0/+8
* [ASan] Small fix to please tests on Windows, where stack unwinding using prov...Alexey Samsonov2012-08-091-3/+0
* [ASan] Move __asan_report_error implementation to asan_report.ccAlexey Samsonov2012-08-091-0/+3
* [ASan] move code that describes globals to asan_report.ccAlexey Samsonov2012-08-091-0/+2
* [ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov2012-08-091-0/+10
* [ASan] Move error reporting code away from file with interceptorsAlexey Samsonov2012-08-091-0/+3
* [ASan] Move error reports away from ASan allocator. Add new source file to CM...Alexey Samsonov2012-08-091-1/+8
* [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov2012-08-091-0/+21