Closed
Bug 121872
Opened 24 years ago
Closed 24 years ago
PR_Listen does not set error codes when it fails on Windows and OS/2
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
4.2
People
(Reporter: wtc, Assigned: wtc)
References
Details
Attachments
(2 files)
1.85 KB,
patch
|
Details | Diff | Splinter Review | |
2.07 KB,
patch
|
Details | Diff | Splinter Review |
The "WIN95" and OS/2 implementations of PR_Listen() don't set
the error codes when PR_Listen() fails.
This is a minor problem, especially for client applications,
who don't usually call PR_Listen().
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
The "WIN95" patch has been tested and checked into the tip of NSPR.
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → 4.2
Comment 3•24 years ago
|
||
How about this for OS/2?
Assignee | ||
Comment 4•24 years ago
|
||
Javier,
Your patch looks good. I checked it in after minor editing.
Thanks!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•