[Mono-bugs] [Bug 57379][Nor] Changed - Bitmap(stream) fails for PNGs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Apr 2004 04:19:14 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vladimir@pobox.com.

http://bugzilla.ximian.com/show_bug.cgi?id=57379

--- shadow/57379	2004-04-21 21:42:54.000000000 -0400
+++ shadow/57379.tmp.6565	2004-04-22 04:19:14.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 57379
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Redhat 9.0 with libpng 1.2.2
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: david.mitchell@telogis.com               
@@ -59,6 +59,10 @@
         b.Dispose();
     }
 }
 end piccy.cs
 
 Use any foo.png you like as long as it is a valid PNG image.
+
+------- Additional Comments From vladimir@pobox.com  2004-04-22 04:19 -------
+Thanks for tracking this down... My "get a real buffer" comment at
+this point in the code makes me feel fairly silly.  Will fix asap :)