https://bugs.kde.org/show_bug.cgi?id=407537
Martin Sandsmark <martin.sandsm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.sandsm...@kde.org --- Comment #10 from Martin Sandsmark <martin.sandsm...@kde.org> --- Looked at the attached file with a hex editor. I think the problem is that quazip writes weird data_descriptor sizes (gpf bit 8 is set so we have to guess the next header, and seekToNextHeaderToken ends up 12 bytes after where it should be, which is coincidentally the size of the data descriptor). I guess the quazip people misunderstood the "optional" part in the spec (you either write the whole data descriptor or you don't, you don't just write the signature). Or I'm reading something wrong. -- You are receiving this mail because: You are watching all bug changes.