[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

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


The branch OpenSSL_1_1_0-stable has been updated
       via  6717d1cf7db731e1087d84aa5195c3d0e71c4d30 (commit)
      from  6f5083071528eb58f107d22ce91b47a352143dca (commit)


- Log -----------------------------------------------------------------
commit 6717d1cf7db731e1087d84aa5195c3d0e71c4d30
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)
    
    (cherry picked from commit 786b4df402ce57e375012401a02ad7a6696b90c2)

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

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 c4963f5..6606c65 100644
--- 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);
 


More information about the openssl-commits mailing list