[Issue 13572] New: etc.c.zlib must be nothrow

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Oct 4 00:17:05 PDT 2014


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

          Issue ID: 13572
           Summary: etc.c.zlib must be nothrow
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: ketmar at ketmar.no-ip.org

as etc.c.zlib is just an interface to C code, everything there should be marked
"nothrow".

and, for that reason, "@trusted" too, 'cause ZLib tries hard to validate it's
input data.

--


More information about the Digitalmars-d-bugs mailing list