summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_handlers_cxx.cc
AgeCommit message (Expand)Author
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2016-02-03[cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov
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-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-06-19Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne
2015-03-26[UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2014-09-19[UBSan] Optionally report summary in UBSan error reports.Alexey 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-29[UBSan] Get pc/bp for stack unwinding as early as possible.Alexey Samsonov
2014-07-23[UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov
2013-02-13ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith
2013-01-09[ubsan] Add deduplication functionality, always enabled.Will Dietz
2012-12-18ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith
2012-12-18ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith
2012-12-02[ubsan] Refactor handlers to have separate entry points for aborting.Will Dietz
2012-12-02[ubsan] Replace "fatal error" with "runtime error".Will Dietz
2012-10-25-fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith