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:
e45c78f
)
Don't indicate errors during initial adb decode.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 5 Jul 2016 22:24:26 +0000
(23:24 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 6 Jul 2016 01:41:14 +0000
(
02:41
+0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/asn1/tasn_dec.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/tasn_dec.c
b/crypto/asn1/tasn_dec.c
index a1b0e28fe8b542cc21f5a54d005578cb82dc5927..3af1d1b801be3b8496fc03a87c6b7d66927fc715 100644
(file)
--- a/
crypto/asn1/tasn_dec.c
+++ b/
crypto/asn1/tasn_dec.c
@@
-300,7
+300,7
@@
static int asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in,
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);