Open
Bug 1916515
Opened 2 months ago
Updated 2 months ago
Services.io.isValidHostname("abcd::aa::00") returns false
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
NEW
People
(Reporter: edgul, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
As a followup to Bug 1914141, Services.io.isValidHostname
returns false for some ipv6 addresses. This seems to trace down to PR_StringToNetAddr
from nsIOService::IsValidHostname
. Let's try to fix this.
You need to log in
before you can comment on or make changes to this bug.
Description
•