Closed
Bug 337105
Opened 19 years ago
Closed 19 years ago
Coverity Crash [@ ssl2_ChooseSessionCypher] Variable "(ss)->preferredCipher" tracked as NULL was dereferenced.
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.2
People
(Reporter: timeless, Assigned: nelson)
References
()
Details
(Keywords: coverity, crash, Whiteboard: CID 442 & 443)
Crash Data
The code assumes that if there isn't a preferredCipher, it will select one. Coverity is concerned that it might not.
Assignee | ||
Updated•19 years ago
|
Hardware: PC → All
Target Milestone: --- → 3.11.2
Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Assignee | ||
Updated•19 years ago
|
Assignee: nobody → nelson
Comment 1•19 years ago
|
||
Confirming based on Nelson's P2
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•19 years ago
|
||
Timeless, here again, the bug summary cites an ssl2 function, but the URL is
about funntion ssl3_CompressMACEncryptRecord in ssl3con.c.
What't this bug really about?
Assignee | ||
Comment 3•19 years ago
|
||
Eliminated old bug URL, which was:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/security/nss/lib/ssl/ssl3con.c&rev=1.88&mark=1834-1835,1838-1840,1843,1858,1859,1860
Replaced it with this one:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/security/nss/lib/ssl/sslcon.c&rev=1.30&mark=1832,1839,1858-1860,#1831
For this bug, it is apparent that the problem with the old URL was merely
that the file name was wrong in the hand-constructed URL.
sorry, yeah i was hand constructing and clearly had trouble pulling proper filenames :(.
Assignee | ||
Updated•19 years ago
|
Whiteboard: CID 442 & 443
Assignee | ||
Comment 5•19 years ago
|
||
Checking in sslcon.c; new revision: 1.31; previous revision: 1.30
Checking in sslcon.c; new revision: 1.28.2.3; previous revision: 1.28.2.2
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Summary: Crash [@ ssl2_ChooseSessionCypher] Variable "(ss)->preferredCipher" tracked as NULL was dereferenced. → Coverity Crash [@ ssl2_ChooseSessionCypher] Variable "(ss)->preferredCipher" tracked as NULL was dereferenced.
Updated•14 years ago
|
Crash Signature: [@ ssl2_ChooseSessionCypher]
You need to log in
before you can comment on or make changes to this bug.
Description
•