[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Wed Oct 4 14:59:29 UTC 2017


The branch master has been updated
       via  786b4df402ce57e375012401a02ad7a6696b90c2 (commit)
      from  dc6a62d5d5de905776433ab8ab6b1b2fffaae1ea (commit)


- Log -----------------------------------------------------------------
commit 786b4df402ce57e375012401a02ad7a6696b90c2
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Oct 3 14:15:16 2017 +0100

    Remove an incorrect comment
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4456)

-----------------------------------------------------------------------

Summary of changes:
 ssl/statem/statem_clnt.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c
index 833450b..8ca4737 100644
--- a/ssl/statem/statem_clnt.c
+++ b/ssl/statem/statem_clnt.c
@@ -1773,9 +1773,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);
 


More information about the openssl-commits mailing list