[Mono-bugs] [Bug 29857][Maj] Changed - incorrect code generated for Enum::FormatSpecifier_X

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 Sep 2002 12:54:06 -0000


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 martin@gnome.org.

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

--- shadow/29857	Fri Sep  6 08:41:40 2002
+++ shadow/29857.tmp.15278	Fri Sep  6 08:54:06 2002
@@ -1,13 +1,13 @@
 Bug#: 29857
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
@@ -26,7 +26,13 @@
 a problem since for example it can lead to a buffer overflow in the JIT 
 flow analysis code, which allocates a <CODE SIZE> buffer to keep track if
 a given instruction is a branch target or not.
 
 ------- Additional Comments From martin@gnome.org  2002-09-06 08:41 -------
 Well, it's also a problem since this is no valid IL code :-)
+
+
+------- Additional Comments From martin@gnome.org  2002-09-06 08:54 -------
+Did anyone fix this in the meantime without closing the bug ?
+
+Just recompiled my runtime and class libs and now the problem is gone, but it was there previously.