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)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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.
Depends on: 344809
QA Contact: wtchang → nspr
Fixed per bug 344809.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.8.4
You need to log in before you can comment on or make changes to this bug.