Closed
Bug 61754
Opened 25 years ago
Closed 25 years ago
sockaddr not initialized properly
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
People
(Reporter: martin, Assigned: wtc)
Details
Attachments
(1 file)
459 bytes,
patch
|
Details | Diff | Splinter Review |
NetBSD has additional fields in struct sockaddr_in, which need to be set to zero
by programs not knowing about them. Generaly it's an unknown struct, so clear it
before using it ;-)
Reporter | ||
Comment 1•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
The code that you patched is only compiled on
Windows NT. But this is a bug on NetBSD. I
am confused. Did you attach the right patch?
Reporter | ||
Comment 3•25 years ago
|
||
The patch supplied is completely bogus, sorry for that.
Additionaly, this is a duplicate of #54797
*** This bug has been marked as a duplicate of 54797 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•