chore: Fix an error when decoding AES header

This commit is contained in:
Chris Hennick 2024-06-13 23:01:46 -07:00
parent 32f946e788
commit 290fd97013
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -1280,6 +1280,7 @@ pub(crate) fn parse_single_extra_field<R: Read>(
_ => return Err(ZipError::InvalidArchive("Invalid AES encryption strength")),
};
file.compression_method = compression_method;
len_left -= 7;
}
0x5455 => {
// extended timestamp