projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f50830
)
Remove an incorrect comment
author
Matt Caswell
<matt@openssl.org>
Tue, 3 Oct 2017 13:15:16 +0000
(14:15 +0100)
committer
Matt Caswell
<matt@openssl.org>
Wed, 4 Oct 2017 14:58:08 +0000
(15:58 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4456)
(cherry picked from commit
786b4df402ce57e375012401a02ad7a6696b90c2
)
ssl/statem/statem_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/statem/statem_clnt.c
b/ssl/statem/statem_clnt.c
index c4963f5767586600ca6f94e32ac5f0495bafac66..6606c65d5caa1cdcf9013e660ca6c59a72f158bc 100644
(file)
--- a/
ssl/statem/statem_clnt.c
+++ b/
ssl/statem/statem_clnt.c
@@
-1244,9
+1244,6
@@
MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
*/
x = sk_X509_value(sk, 0);
sk = NULL;
- /*
- * VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end
- */
pkey = X509_get0_pubkey(x);