October 10, 2019
https://issues.dlang.org/show_bug.cgi?id=20295

          Issue ID: 20295
           Summary: std.zip: zip64 with 0xff bytes in end of central dir
                    record do not work
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: bugzilla@d-ecke.de

In zip64 files, some values in the end of central dir record can be replaced by 0xff bytes. The correct values can be found elsewhere. When looking for the end of central dir record, this has to be taken into account.

This problem has probably been introduced by PR #7198.

I've got allready a fix for this, but want to add a unittest which is more difficult to create...

--