Closed
Bug 51406
Opened 25 years ago
Closed 25 years ago
Backward compatibility of PR_GetConnectStatus with NSPR 4.0
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
4.1.1
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
1.20 KB,
patch
|
Details | Diff | Splinter Review |
In NSPR 4.1, PR_GetConnectStatus invokes the new
'connectcontinue' method, which is not present in
the PRIOMethods table of NSPR 4.0. This can be
a backward compatibility problem.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.1.1
Version: 4.0 → 4.1
Assignee | ||
Comment 2•25 years ago
|
||
Checked in fix on the main trunk.
/cvsroot/mozilla/nsprpub/pr/src/io/prsocket.c, revision 3.45
/cvsroot/mozilla/nsprpub/pr/src/pthreads/ptio.c, revision 3.63
Assignee | ||
Comment 3•25 years ago
|
||
Checked in the fix on the NSPRPUB_RELEASE_4_1_BRANCH.
/cvsroot/mozilla/nsprpub/pr/src/io/prsocket.c, revision 3.44.2.1
/cvsroot/mozilla/nsprpub/pr/src/pthreads/ptio.c, revision 3.62.2.1
You need to log in
before you can comment on or make changes to this bug.
Description
•