Closed
Bug 24242
Opened 25 years ago
Closed 25 years ago
PR_GetIPNodeByName() asserts with PR_AF_INET6
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgmyers, Assigned: srinivas)
References
Details
Attachments
(1 file)
862 bytes,
patch
|
Details | Diff | Splinter Review |
On systems without native IPv6 support, PR_GetIPNodeByName() with a second
argument of PR_AF_INET6 should behave the same as if it were called with a
second argument of PR_AF_INET. Instead, it dies with an assertion.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
proposed fix requires PR_AF_INET6 to be defined on all platforms.
Reporter | ||
Comment 3•25 years ago
|
||
This was fixed by the checkin srinivas@netscape.com did on 2000-01-25 for bug
23815.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•