[Mono-bugs] [Bug 72605][Wis] Changed - gdiplus must check malloc results
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 13:14:41 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72605
--- shadow/72605 2005-02-16 12:57:42.000000000 -0500
+++ shadow/72605.tmp.13105 2005-02-16 13:14:41.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72605
Product: Mono: Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Linux skif 2.4.25 #2 SMP Fri Apr 23 14:03:00 MSD 2004 i686 athlon i386 GNU/Linux
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: vguzev@yandex.ru
QAContact: mono-bugs@ximian.com
@@ -569,6 +569,9 @@
------- Additional Comments From lupus@ximian.com 2005-02-16 12:57 -------
g_new and g_malloc should absolutely not be used in libgdiplus.
They assert when memory is not available, which is not what
'gracefully' means.
+
+------- Additional Comments From miguel@ximian.com 2005-02-16 13:14 -------
+Made libgdiplus on SVN report errors.