提交 63eb10a0 编写于 作者: D Dr. Stephen Henson

Fix uninitialised p error.

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 158e5207
......@@ -129,7 +129,7 @@ static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
if (depth > ASN1_PARSE_MAXDEPTH) {
BIO_puts(bp, "BAD RECURSION DEPTH\n");
goto end;
return 0;
}
dump_indent = 6; /* Because we know BIO_dump_indent() */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册