зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1594839 - Enable 'integer-divide-by-zero' UBSan check. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D52218 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
fc6348821d
Коммит
5b02d71498
|
@ -1485,6 +1485,7 @@ def ubsan(options):
|
|||
default_checks = [
|
||||
'bool',
|
||||
'bounds',
|
||||
'integer-divide-by-zero',
|
||||
'vla-bound',
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче