summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.h
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add header guard to asan_report.hFilipe Cabecinhas2018-08-021-0/+4
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-081-0/+2
* [ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-03-281-0/+10
* [Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov2017-10-251-1/+2
* [asan] Remove ErrorStackOverflowVitaly Buka2017-09-141-1/+0
* [compiler-rt] Add siginfo into SignalContextVitaly Buka2017-09-131-1/+1
* [asan] Support line numbers in StackVarDescrKuba Mracek2017-03-301-0/+1
* [asan] Add a new AddressDescription structure, which can describe any type of...Filipe Cabecinhas2016-09-091-8/+0
* [asan] Reify ErrorDeadlySignalFilipe Cabecinhas2016-09-081-1/+4
* [asan] Reify ErrorNewDeleteSizeMismatchFilipe Cabecinhas2016-09-071-1/+1
* Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas2016-08-171-1/+5
* Split DescribeAddressIfStack between a function that gets all the information...Filipe Cabecinhas2016-08-171-1/+0
* Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...Filipe Cabecinhas2016-08-171-1/+0
* Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas2016-08-161-1/+0
* Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas2016-08-151-2/+0
* [asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov2016-04-131-1/+1
* [ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko2015-12-041-2/+0
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-111-35/+31
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-1/+2
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-2/+1
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-1/+2
* [ASan] Print global registration site in init-order-checker reports.Alexey Samsonov2015-04-221-4/+2
* [ASan] Refactor functions searching/describing globals. NFC.Alexey Samsonov2015-04-221-5/+4
* [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