提交 83d968df 编写于 作者: B Bodo Möller

Don't use 'tt' uninitialized when reporting an error

(we don't have an ASN1_TEMPLATE to complain about at this stage,
so  errtt == NULL  should be OK)
上级 4ac881ed
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册