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
Родитель 12f24b3f73
Коммит f28f9e82c6
1 изменённых файлов: 1 добавлений и 0 удалений

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

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