summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_diag.cc
AgeCommit message (Expand)Author
2017-11-09[sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka
2017-09-23[ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka
2017-09-15[ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka
2017-09-11[compiler-rt] Cleanup decoratorsVitaly Buka
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-04-14[ubsan] Use the correct tool name in diagnosticsVedant Kumar
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2016-03-11[UBSan] Improve bufferization of UBSan error reports.Alexey Samsonov
2015-12-18[UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov
2015-12-09[UBSan] Clarify the way we disable de-duplication of reports from unrecoverab...Alexey Samsonov
2015-12-08[UBSan] Remove "-fsanitize=" prefix from ubsan_checks.inc. NFC.Alexey Samsonov
2015-08-24[UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-07-02Re-apply r241217 with build fixes:Peter Collingbourne
2015-07-02Revert r241217, it breaks the build on Windows.Nico Weber
2015-07-02ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne
2015-06-04[sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas
2015-04-23[UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-26[UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov
2015-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-02-11[UBSan] Allow UBSan location to store frames returned by symbolizer.Alexey Samsonov
2015-02-10[UBSan] Reduce the number of getCallerLocation() calls.Alexey Samsonov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-09-22UBSan: print 'undefined-behavior' instead of 'runtime-error' in report summaryAlexey Samsonov
2014-09-19[UBSan] Optionally report summary in UBSan error reports.Alexey Samsonov
2014-09-17PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov
2014-09-12[UBSan] Don't overflow when calculating memory range that should be dumpedAlexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-09-10[UBSan] Add halt_on_error runtime flagAlexey Samsonov
2014-09-08Revert accidental changeAlexey Samsonov
2014-09-08Implement nonnull-attribute sanitizerAlexey Samsonov
2014-08-22[UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov
2014-08-05[UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov
2014-07-30[UBSan] Introduce ScopedReport object.Alexey Samsonov
2014-07-26[UBSan] Initialize symbolizer inside __ubsan::Init().Alexey Samsonov
2014-07-25[UBSan] Call UBSan initialization as early as possible.Alexey Samsonov
2014-07-23[UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov
2014-07-23[UBSan] Introduce UBSAN_OPTIONS environment variable.Alexey Samsonov
2014-06-13[Sanitizer] Merge AnsiColorDecorator and SanitizerCommonDecorator, use the la...Alexey Samsonov
2014-06-13[UBSan] Respect runtime flag for colorizing reportsAlexey Samsonov
2014-02-12[UBSan] Parse common runtime flags before using a symbolizerAlexey Samsonov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-11-14[UBSan] Update UBSan location rendering to match r194686Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-10-20Runtime support for the indirect function call checker.Peter Collingbourne
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov