[Issue 20292] New: std.zip: MSDOS date/time issues

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


https://issues.dlang.org/show_bug.cgi?id=20292

          Issue ID: 20292
           Summary: std.zip: MSDOS date/time issues
           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 MS-DOS date years after 2099 that are not correctly handled by other
zip implementations.

Rejects MS-DOS date months that are out of range, i.e. 0 or more than 12.

Rejects MS-DOS date days that are out of range, i.e. 0 or more than 31.

Rejects MS-DOS date hours that are out of range, i.e. more than 23.

Rejects MS-DOS date minutes that are out of range, i.e. more than 59.

Rejects MS-DOS date seconds that are out of range, i.e. more than 59.

--


More information about the Digitalmars-d-bugs mailing list