summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.h
AgeCommit message (Expand)Author
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-09-14[asan] Remove ErrorStackOverflowVitaly Buka
2017-09-13[compiler-rt] Add siginfo into SignalContextVitaly Buka
2017-03-30[asan] Support line numbers in StackVarDescrKuba Mracek
2016-09-09[asan] Add a new AddressDescription structure, which can describe any type of...Filipe Cabecinhas
2016-09-08[asan] Reify ErrorDeadlySignalFilipe Cabecinhas
2016-09-07[asan] Reify ErrorNewDeleteSizeMismatchFilipe Cabecinhas
2016-08-17Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas
2016-08-17Split DescribeAddressIfStack between a function that gets all the information...Filipe Cabecinhas
2016-08-17Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...Filipe Cabecinhas
2016-08-16Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas
2016-08-15Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas
2016-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2015-12-04[ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko
2015-11-11[ASan] Enable optional ASan recovery.Yury Gribov
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-04-22[ASan] Print global registration site in init-order-checker reports.Alexey Samsonov
2015-04-22[ASan] Refactor functions searching/describing globals. NFC.Alexey Samsonov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-09-26[compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka
2014-09-26[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka
2014-09-25[compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka
2014-07-30[asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany
2014-07-17[compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debug...Kuba Brecka
2014-07-11[ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-06-20[asan] when reporting an ODR violation, also print the stack traces where the...Kostya Serebryany
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