[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:41:40 -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:25:55 2002
+++ shadow/29857.tmp.3679	Fri Sep  6 08:41:40 2002
@@ -23,6 +23,10 @@
       IL_010f:  br         IL_0114
 
 That is, it ends with an (unreachable) jump to outside the method. This is
 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 :-)
+