mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-26 06:25:03 +00:00
import changes from tenfourfox:
- remove Get More Tools, since it doesn't work (638361bd8) - #583: always-on (mostly) reader mode (cb5d8f86a) - #583: update Readability to latest tip; update glue to new API (8bd4c09a7) - #581: M1047098 M1355576 (ec8e68102) - closes #582: M1358018 modified for 45ESR (74fd7b6d0) - a better idea for #583 (f0a4e7686) - #584: M1507180 M1598605 (7b58ac561) - #584: update certs, pins, TLDs (f9572b6f0) - #334: remove moar tele (0761d9501)
This commit is contained in:
@@ -974,6 +974,7 @@ GatherBaselineRequirementsTelemetry(const ScopedCERTCertList& certList)
|
||||
// According to DNS.h, this includes space for the null-terminator
|
||||
char buf[net::kNetAddrMaxCStrBufSize] = { 0 };
|
||||
PRNetAddr addr;
|
||||
memset(&addr, 0, sizeof(addr));
|
||||
if (currentName->name.other.len == 4) {
|
||||
addr.inet.family = PR_AF_INET;
|
||||
memcpy(&addr.inet.ip, currentName->name.other.data,
|
||||
|
||||
Reference in New Issue
Block a user