summaryrefslogtreecommitdiffhomepage
path: root/suppressions/ubsan.txt
blob: 6f6c290ce7db891927bad835f3db61bf745aed5b (plain)
1
2
3
4
5
6
7
8
# UBSan suppressions — vendored RmlUi only.
#
# RmlUi performs a downcast on a Rml::Element while it is mid-destruction, which
# trips -fsanitize=vptr (the vptr no longer resolves to ElementDocument). It is
# benign and lives in vendored third-party sources we do not edit. Our own code
# is not listed here, so real UB in unbox:: still fails.
vptr:Element.cpp
vptr:ElementDocument.cpp