Thread overview
[Issue 3361] New: code in std.zlib concatenates void[] arrays
Oct 03, 2009
Vladimir
Dec 18, 2009
Vladimir
Aug 16, 2010
David Simcha
October 03, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3361

           Summary: code in std.zlib concatenates void[] arrays
           Product: D
           Version: 1.045
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: thecybershadow@gmail.com


--- Comment #0 from Vladimir <thecybershadow@gmail.com> 2009-10-02 18:39:32 PDT ---
Created an attachment (id=468)
proposed patch

In several places, the code in the std.zlib concatenates void[] arrays. This causes allocation of data incorrectly marked as possibly containing pointers. This bug is the main source of severe memory leaks in my application, thus it is marked as "critical".

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 18, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3361


Vladimir <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
    Attachment #468|application/octet-stream    |text/plain
          mime type|                            |
 Attachment #468 is|0                           |1
              patch|                            |


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 16, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3361


David Simcha <dsimcha@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dsimcha@yahoo.com
         Resolution|                            |FIXED


--- Comment #1 from David Simcha <dsimcha@yahoo.com> 2010-08-16 16:46:07 PDT ---
Fixed SVN.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------