Bug 1782988 - Fix use of arc4random_buf use in ping.cpp. r=gsvelto
authorMike Hommey <mh+mozilla@glandium.org>
Tue, 9 Aug 2022 20:42:44 +0000 (20:42 +0000)
committerRaspbian forward porter <root@raspbian.org>
Thu, 17 Nov 2022 10:01:08 +0000 (10:01 +0000)
commitd308f6da4997e984f13c3c55922d04a82ab3ffe4
tree80903a7b98200eaad139c3eacd42784f85c10734
parentb4a79b423fc1b4cdf37844f197edb3e19d1c5d11
Bug 1782988 - Fix use of arc4random_buf use in ping.cpp. r=gsvelto

The code was probably never built before glibc 2.36, because before
that, only Android and some BSDs had arc4random_buf, but none of those
actually built this code.

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

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-1782988-Fix-use-of-arc4random_buf-use-in-ping.cp.patch
toolkit/crashreporter/client/ping.cpp