Closed
Bug 1892226
Opened 10 months ago
Closed 10 months ago
Use inet_ntop directly on Windows to prevent mswsock.dll load.
Categories
(Core :: Networking: DNS, task, P1)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
inet_ntop is available on all supported versions of Windows now, so we can call that directly and prevent a load of mswsock.dll.
There still seems to be paths that call this in the content process and the mswsock.dll will fail with a USER_RESTRICTED access level token.
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
•
|
||
Updated•10 months ago
|
Blocks: necko-tech-debt
Whiteboard: [necko-triaged]
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/282cfab0f009
Use inet_ntop directly on Windows to prevent mswsock.dll load. r=necko-reviewers,jesup
Comment 4•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Updated•9 months ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•