зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
12f24b3f73
Коммит
f28f9e82c6
|
@ -1471,6 +1471,7 @@ def ubsan(options):
|
|||
'integer-divide-by-zero',
|
||||
'object-size',
|
||||
'pointer-overflow',
|
||||
'return',
|
||||
'vla-bound',
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче