summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.h
AgeCommit message (Expand)Author
2014-04-25[asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany
2014-04-14[asan] provide better reports for cases where memcpy/etc get negative size pa...Kostya Serebryany
2014-02-19[asan] A different way of detectinb stack overflow.Evgeniy Stepanov
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2013-12-23[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-02-05[asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-09-05[ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth
2012-08-28[asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany
2012-08-10[ASan] share code executed at the beginning/end of printing error reportsAlexey Samsonov
2012-08-09[ASan] Move mac-specific error reports to asan_report.cc as wellAlexey Samsonov
2012-08-09[ASan] Small fix to please tests on Windows, where stack unwinding using prov...Alexey Samsonov
2012-08-09[ASan] Move __asan_report_error implementation to asan_report.ccAlexey Samsonov
2012-08-09[ASan] move code that describes globals to asan_report.ccAlexey Samsonov
2012-08-09[ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov
2012-08-09[ASan] Move error reporting code away from file with interceptorsAlexey Samsonov
2012-08-09[ASan] Move error reports away from ASan allocator. Add new source file to CM...Alexey Samsonov
2012-08-09[ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov