Closed
Bug 335546
Opened 19 years ago
Closed 15 years ago
PR_StringToNetAddr("255.255.255.255",ptr) fails on platforms that use inet_addr
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.8.4
People
(Reporter: nelson, Assigned: wtc)
References
Details
The behavior of PR_StringToNetAddr() for the string "255.255.255.255"
is inconsistent across platforms.
On platforms that use inet_addr() it returns PR_FAILURE.
On other platforms, it return PR_SUCCESS.
It should return PR_SUCCESS on all platforms.
Updated•18 years ago
|
QA Contact: wtchang → nspr
Comment 1•15 years ago
|
||
Fixed per bug 344809.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → 4.8.4
You need to log in
before you can comment on or make changes to this bug.
Description
•