Closed
Bug 58869
Opened 25 years ago
Closed 24 years ago
PR_Bind() fails at SSM_OpenPort()
Categories
(Core :: Security: PSM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: taya, Assigned: ddrinan0264)
References
Details
There is garbage in addr->sin_zero.
This cause bind() fail.
PRNetAddr should be cleared before calling PR_InitializeNetAddr().
I also tested on FreeBSD-3.3 and got same result.
At first, I thought this is a bug of PR_InitializeNetAddr() and submit bug about
this.
But wtc suggested psm should clear the buffer before calling.
See bugzilla #54796
Comment 3•25 years ago
|
||
Marking wontfix, since bug 54796 is marked as such.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 4•25 years ago
|
||
I can't understand why this bug is marked as WONTFIX.
library(NSPR) won't fix this problem and program side(PSM) won't fix.
How should I fix this bug?
Comment 5•25 years ago
|
||
Reopening per reporter's request.
Status: RESOLVED → UNCONFIRMED
Resolution: WONTFIX → ---
Comment 7•24 years ago
|
||
Reporter, is this still a problem?
Reporter | ||
Comment 8•24 years ago
|
||
This bug was fixed by library side(#54796)
Comment 9•24 years ago
|
||
Marking fixed per Taya's comments.
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•