[Issue 20291] New: std.zip: integrity of local file headers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 10 18:40:34 UTC 2019


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: nobody at puremagic.com
          Reporter: bugzilla at d-ecke.de

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.

--


More information about the Digitalmars-d-bugs mailing list