[Mono-bugs] [Bug 65089][Min] Changed - Marshal.AllocHGlobal returns NULL (0) on Linux

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Sep 2004 08:54:31 -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 vargaz@freemail.hu.

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

--- shadow/65089	2004-09-01 11:34:48.000000000 -0400
+++ shadow/65089.tmp.4992	2004-09-02 08:54:31.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 65089
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: GNU/Linux (all)
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: t7@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -50,6 +50,9 @@
 
 Additional Information:
 System.Runtime.InteropServices.Marshal.AllocHGlobal is implemented
 in mono/metadata/marshal.c function mono_marshal_alloc(gpointer size)
 which just calls g_try_malloc(size), but doesn't check the return
 value for NULL.
+
+------- Additional Comments From vargaz@freemail.hu  2004-09-02 08:54 -------
+Fixed in CVS.