Fix uninitialised p error.
Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 63eb10a07ee29a312e50a227f5b3a290b1ad22b4)
This commit is contained in:
parent
a8731c0cb8
commit
2c02faeecd
@ -141,7 +141,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;
|
||||
}
|
||||
|
||||
p = *pp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user