Commit 30346ee2 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Actually skip content when skipping an item in a sequence.

parent 429e5b30
...@@ -381,6 +381,7 @@ static BOOL CRYPT_AsnDecodeSequenceItems(DWORD dwCertEncodingType, ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment