Bug 1748880 - Enable 'function' UBSan check. r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D147528
This commit is contained in:
Tyson Smith 2022-06-01 22:22:48 +00:00
parent a71d5a9604
commit 3a35e1e8c3
2 changed files with 10 additions and 0 deletions

View File

@ -2070,6 +2070,7 @@ def ubsan(options):
"bool",
"bounds",
"enum",
"function",
"integer-divide-by-zero",
"object-size",
"pointer-overflow",

View File

@ -0,0 +1,9 @@
# All entries in this file are to suppress issues reported by function.
# Blacklists for other reasons should go in separate blacklist files.
[function]
# bug 1751818
fun:*gfxFontEntry*GrGetTable*
fun:*gfxFontEntry*GrReleaseTable*
fun:*gfxGraphiteShaper*GrGetAdvance*