https://issues.dlang.org/show_bug.cgi?id=20291
Issue ID: 20291
Summary: std.zip: integrity of local file headers
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
Taken from #20027:
Rejects local file headers that diverge from the central directory.
Rejects local file headers with invalid combinations of bit 3, crc32 and
compressed or uncompressed sizes.
Rejects data descriptors that overflow.
Rejects unused and reserved flags.
Rejects unequal compressed and uncompressed sizes when a file is store
uncompressed.
--