January 25, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=886

           Summary: std.zlib uncompression routines do not mark result as
                    containing no pointers
           Product: D
           Version: 1.001
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: tomas@famolsen.dk


std.zlib.uncompress and std.zlib.UnCompress do not mark their resulting buffers with std.gc.hasNoPointers correctly.


-- 

January 25, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=886





------- Comment #1 from tomas@famolsen.dk  2007-01-25 11:50 -------
'std.zlib.compress' and 'std.zlib.Compress' also have the same problem.


--