Closed
Bug 1760653
Opened 3 years ago
Closed 3 years ago
Use of uninitialized memory in ssl gtests when checking connection status
Categories
(NSS :: Test, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: djackson, Assigned: djackson)
Details
Attachments
(1 file)
Currently TlsConnectTestBase::CheckConnected
EXPECT_TRUE
s fetching the ciphersuite. If the ciphersuite isn't set, this will error but not abort the test, leading to an uninitialized read caught by valgrind. This doesn't pose any real issue but could mask other problems.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D141650
Assignee | ||
Comment 2•3 years ago
|
||
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•