Closed
Bug 28906
Opened 25 years ago
Closed 25 years ago
Mac NSPR socket function changes due to PRNetAddr's new ipv6 member
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wtc, Assigned: wtc)
References
Details
(Whiteboard: 2000/02/25)
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
In NSPR 4.0, the PRNetAddr union has a new 'ipv6' member
for IPv6 socket addresses. Therefore, the size of PRNetAddr
increased from 16 bytes to 28 bytes on the Mac.
Some of the Mac NSPR socket functions in
mozilla/nsprpub/pr/src/md/mac/macsockotpt.c need
to be updated to reflect the larger size of PRNetAddr
in NSPR 4.0.
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Wtc indicated this is a stopper for SSL on Mac. That is the justification for
the beta1 marking.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•25 years ago
|
||
The revised patch (attachment 5630 [details] [diff] [review]) is checked in on
the NSPRPUB_RELEASE_4_0_BRANCH.
/cvsroot/mozilla/nsprpub/pr/src/md/mac/macsockotpt.c, revision 3.14.8.3
Comment 6•25 years ago
|
||
This has been checked in for a while. Do I need to track the progress of this
bug for Mac SSL?
Comment 7•25 years ago
|
||
Wan Teh: When will this be closed out?? I'd like to get this off the radar.
Please put the landing date in the status whiteboard (or mark this closed if we
have taken the change).
Thanks,
Jim
Assignee | ||
Comment 8•25 years ago
|
||
This bug fix is in the NSPRPUB_RELEASE_4_0_20000223 tag.
sfraser changed mozilla/build/mac/NGLayoutBuildList.pm, rev. 1.445,
on 2000/02/25 to pull this NSPR tag.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: [PDT+] → 2000/02/25
You need to log in
before you can comment on or make changes to this bug.
Description
•