www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20291] New: std.zip: integrity of local file headers

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



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.

--
Oct 10 2019