[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [openssl-commits] [openssl]  OpenSSL_1_0_2-stable update
From:       Matt Caswell <matt () openssl ! org>
Date:       2016-10-28 8:37:34
Message-ID: 1477643854.676733.23499.nullmailer () dev ! openssl ! org
[Download RAW message or body]

The branch OpenSSL_1_0_2-stable has been updated
       via  57aa2f154e3e0f427be59497f58092dd3ec0528a (commit)
      from  fa4c374572e94f467900f5820cd1d00af2470a17 (commit)


- Log -----------------------------------------------------------------
commit 57aa2f154e3e0f427be59497f58092dd3ec0528a
Author: Matt Caswell <matt@openssl.org>
Date:   Mon Oct 10 16:53:11 2016 +0100

    Fix a double free in ca command line
    
    Providing a spkac file with no default section causes a double free.
    
    Thanks to Brian Carpenter for reporting this issue.
    
    Reviewed-by: Kurt Roeckx <kurt@openssl.org>
    (cherry picked from commit 229bd12487f8576fc088dc4f641950ac33c62033)

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

Summary of changes:
 apps/ca.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/ca.c b/apps/ca.c
index 20c4ebb..4cea3cb 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -2224,7 +2224,6 @@ static int certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey,
     sk = CONF_get_section(parms, "default");
     if (sk_CONF_VALUE_num(sk) == 0) {
         BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
-        CONF_free(parms);
         goto err;
     }
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic