add note for next todo

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-01-14 23:58:02 +01:00
parent 857a67b657
commit 1e46baa7ef
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -34,7 +34,9 @@ struct FileHeader {
external_file_attributes: u32, external_file_attributes: u32,
offset_local_header: u32, offset_local_header: u32,
file_name: Vec<u8>, file_name: Vec<u8>,
extra_field: Vec<u8>, // TODO: zip64 extra_field: Vec<u8>, // TODO:
// zip64 https://github.com/python/cpython/blob/cc11c76da7a099bb4535ab8ca507e55263fc35b6/Lib/zipfile/__init__.py#L500
// https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT 4.5 Extensible data fields
file_comment: Vec<u8>, file_comment: Vec<u8>,
} }