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:
4ac881e
)
Don't use 'tt' uninitialized when reporting an error
author
Bodo Möller
<bodo@openssl.org>
Thu, 5 Apr 2001 11:40:16 +0000
(11:40 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 5 Apr 2001 11:40:16 +0000
(11:40 +0000)
(we don't have an ASN1_TEMPLATE to complain about at this stage,
so errtt == NULL should be OK)
crypto/asn1/tasn_dec.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/tasn_dec.c
b/crypto/asn1/tasn_dec.c
index 7536bc8cb3774fdd005a56ee810ce2d2fcbd0203..7237f7e93cec76e7fed8ec4b946bfa80aa21383f 100644
(file)
--- a/
crypto/asn1/tasn_dec.c
+++ b/
crypto/asn1/tasn_dec.c
@@
-231,7
+231,6
@@
int ASN1_item_ex_d2i(ASN1_VALUE **pval, unsigned char **in, long len, const ASN1
/* Allocate structure */
if(!*pval) {
if(!ASN1_item_ex_new(pval, it)) {
- errtt = tt;
ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
goto err;
}