[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Dr. Stephen Henson steve at openssl.org
Wed Jul 6 01:47:53 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  9bda72880113b2b2262d290b23bdd1d3b19ff5b3 (commit)
      from  6c6bd9bc2f972ebadc6a326f7864b3f2edc40b5b (commit)


- Log -----------------------------------------------------------------
commit 9bda72880113b2b2262d290b23bdd1d3b19ff5b3
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Tue Jul 5 23:24:26 2016 +0100

    Don't indicate errors during initial adb decode.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (cherry picked from commit b385889640517531a9cfeb672b15db7089b1bbb8)

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

Summary of changes:
 crypto/asn1/tasn_dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index 6b01f65..d254027 100644
--- a/crypto/asn1/tasn_dec.c
+++ b/crypto/asn1/tasn_dec.c
@@ -400,7 +400,7 @@ int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
             if (tt->flags & ASN1_TFLG_ADB_MASK) {
                 const ASN1_TEMPLATE *seqtt;
                 ASN1_VALUE **pseqval;
-                seqtt = asn1_do_adb(pval, tt, 1);
+                seqtt = asn1_do_adb(pval, tt, 0);
                 if (seqtt == NULL)
                     continue;
                 pseqval = asn1_get_field_ptr(pval, seqtt);


More information about the openssl-commits mailing list