Bug 1591824 - Add redirection for arc4random_buf, r=jlast.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Hackett 2019-10-29 15:29:25 +00:00
Родитель 545ae39527
Коммит 17b1a96559
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2031,6 +2031,7 @@ static SystemRedirection gSystemRedirections[] = {
{"setlocale", RR_CStringRval},
{"strftime", RR_Compose<RR_ScalarRval, RR_WriteBufferViaRval<0, 1, 1>>},
{"arc4random", RR_ScalarRval, nullptr, nullptr, Preamble_PassThrough},
{"arc4random_buf", RR_WriteBuffer<0, 1>},
{"mach_absolute_time", RR_ScalarRval, Preamble_mach_absolute_time, nullptr,
Preamble_PassThrough},
{"mach_msg", RR_Compose<RR_ScalarRval, RR_WriteBuffer<0, 3>>, nullptr,