[Mono-bugs] [Bug 64674][Nor] Changed - negative size byte arrays leak memory when allocated

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 30 Aug 2004 16:27:24 -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 kd.mono@spflrc.org.

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

--- shadow/64674	2004-08-30 15:21:02.000000000 -0400
+++ shadow/64674.tmp.8730	2004-08-30 16:27:24.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Fedora Core 2, linux 2.6.6-1.435.2.3
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kd.mono@spflrc.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -60,6 +60,11 @@
 Every time.  Change the value of i for different behavior.  e.g. setting i
 to 10000 gives the "Too many heap sections" abort.
 
 Additional Information:
 I would expect that allocating any array of negative size would throw an
 exception, but sometimes mono does not throw, for certain sizes.
+
+------- Additional Comments From kd.mono@spflrc.org  2004-08-30 16:27 -------
+This bug might be fixed by the patch for bug:59556 , which seems to be
+a  similar problem
+