Bug 1602845 - Enable 'return' UBSan check. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D56626

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tyson Smith 2019-12-15 05:13:34 +00:00
parent 12f24b3f73
commit f28f9e82c6

View File

@ -1471,6 +1471,7 @@ def ubsan(options):
'integer-divide-by-zero',
'object-size',
'pointer-overflow',
'return',
'vla-bound',
]