[Mono-bugs] [Bug 62263][Nor] Changed - [PATCH] invalid pointer array access
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 15:34:05 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=62263
--- shadow/62263 2004-08-29 15:09:04.000000000 -0400
+++ shadow/62263.tmp.14414 2004-08-29 15:34:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62263
Product: Mono: Compilers
Version: unspecified
OS: SLES 8
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: bmaurer@users.sf.net
ReportedBy: overmind@gmx.net
QAContact: mono-bugs@ximian.com
@@ -87,6 +87,9 @@
------- Additional Comments From bmaurer@users.sf.net 2004-08-29 15:09 -------
Ok, this patch fixes that. Basically, I had to add a few Resolve calls
(PointerArithmatic.Resolve was a nop before), and a few other cosmetic
changes
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-29 15:34 -------
+Fixed in 1.0 and HEAD