platform_system_core/libziparchive/include/ziparchive
Tianjie abf60c8d2e Handle the invalid timestamp in zipfile
The month field is one based in the zipfile modification time. And
it causes an overflow converting it to struct tm. Switch to type to
signed integer to suppress the sub-overflow.

Bug: 153882979
Test: parse the problematic zipfile
Change-Id: Iaf47bcc7f83d61b18c9e7a98bb6ab3936c9257e3
Merged-In: Iaf47bcc7f83d61b18c9e7a98bb6ab3936c9257e3
(cherry picked from commit 426bf3a1f1)
2020-04-16 04:34:00 +00:00
..
zip_archive.h Handle the invalid timestamp in zipfile 2020-04-16 04:34:00 +00:00
zip_archive_stream_entry.h More Mac build fixes. 2018-10-26 10:53:24 -07:00
zip_writer.h Avoid using data descriptors in ZIP files when possible. 2019-07-23 06:58:53 +00:00