Closed
Bug 1310781
Opened 9 years ago
Closed 9 years ago
[CID 1373661] Null pointer dereference in tls13_NegotiateKeyExchange()
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ttaubert, Assigned: ttaubert)
References
(Blocks 1 open bug)
Details
No description provided.
| Assignee | ||
Updated•9 years ago
|
Blocks: nss-coverity
| Assignee | ||
Comment 1•9 years ago
|
||
*** CID 1373661: Null pointer dereferences (FORWARD_NULL)
/lib/ssl/tls13con.c: 1139 in tls13_NegotiateKeyExchange()
1133 if (entry) {
1134 break;
1135 }
1136 }
1137 }
1138
>>> CID 1373661: Null pointer dereferences (FORWARD_NULL)
>>> Dereferencing null pointer "preferredGroup".
1139 SSL_TRC(3, ("%d: TLS13[%d]: group = %d", preferredGroup->name));
1140
1141 if (!preferredGroup) {
1142 FATAL_ERROR(ss, SSL_ERROR_NO_CYPHER_OVERLAP, handshake_failure);
1143 return SECFailure;
1144 }
| Assignee | ||
Comment 2•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•