Add back one bit of padding as it was needed

This commit is contained in:
Zaprit 2025-04-16 23:00:42 +01:00
parent 8ac1cbc393
commit ac0a498317

View file

@ -32,6 +32,8 @@ public class TicketParser21 : ITicketParser
SectionHeader entitlementsSection = this.reader.ReadSectionHeader(); // entitlements section
this.reader.SkipBytes(entitlementsSection.Length);
this.reader.ReadTicketEmpty(); // padding
SectionHeader footer = this.reader.ReadSectionHeader(); // footer header
if (footer.Type != SectionType.Footer)
{