Majored / rs-async-zip

An asynchronous ZIP archive reading/writing crate.
MIT License
131 stars 44 forks source link

Fix bug when reading the local file header #61

Closed VivekPanyam closed 1 year ago

VivekPanyam commented 1 year ago

Because the signature field is not read by LocalFileHeader::from_reader, we need to read it explicitly before parsing the LFH

Majored commented 1 year ago

Thanks 👍

passcod commented 1 year ago

Hi @Majored and thanks for the fix @VivekPanyam ! Could we have a release with this please, we're seeing breakage :)