Closed
Bug 1892226
Opened 2 years ago
Closed 2 years 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•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
•
|
||
Updated•2 years 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•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Updated•2 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•