crypt32: Actually skip content when skipping an item in a sequence.
This commit is contained in:
parent
429e5b300f
commit
30346ee296
|
@ -381,6 +381,7 @@ static BOOL CRYPT_AsnDecodeSequenceItems(DWORD dwCertEncodingType,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
ptr += 1 + nextItemLenBytes + nextItemLen;
|
||||||
decoded += 1 + nextItemLenBytes + nextItemLen;
|
decoded += 1 + nextItemLenBytes + nextItemLen;
|
||||||
items[i].size = items[i].minSize;
|
items[i].size = items[i].minSize;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue