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:
Tyson Smith 2019-11-08 18:54:51 +00:00
Родитель fc6348821d
Коммит 5b02d71498
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1485,6 +1485,7 @@ def ubsan(options):
default_checks = [
'bool',
'bounds',
'integer-divide-by-zero',
'vla-bound',
]