mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
r19070: If there's an error in the data struct, there's no point to continue with
asn1_pop_tag. Volker
This commit is contained in:
parent
6a8937ed03
commit
d18e9f1da9
@ -74,6 +74,10 @@ BOOL asn1_pop_tag(ASN1_DATA *data)
|
||||
struct nesting *nesting;
|
||||
size_t len;
|
||||
|
||||
if (data->has_error) {
|
||||
return False;
|
||||
}
|
||||
|
||||
nesting = data->nesting;
|
||||
|
||||
if (!nesting) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user