https://issues.dlang.org/show_bug.cgi?id=20293
Issue ID: 20293
Summary: std.zip: unicode issues
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 unicode path extra fields that overflow.
Rejects unicode path extra fields that underflow, whether zeroed or buffer
bleed.
Rejects unicode path extra fields that have an invalid version.
Rejects unicode path extra fields that diverge from the central directory to
prevent ambiguity, i.e. in file extension.
Rejects invalid UTF-8 strings.
--