[Mono-bugs] [Bug 80263][Maj] Changed - Getting custom attributes when one attribute was initialized with a params array that includes a string array crashes the runtime

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 15 19:57:14 EST 2006


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 dmitchell at logos.com.

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

--- shadow/80263	2006-12-15 12:59:58.000000000 -0500
+++ shadow/80263.tmp.1513	2006-12-15 19:57:14.000000000 -0500
@@ -104,6 +104,11 @@
 
 For some reason, when encoding the attributes for the string array, 
 the Mono compiler inserts an extra 0x0E (indicator for string data 
 type) into the bytestream for each string in the array. This, in 
 turn causes the string decoder to believe that it has a string with 
 14 characters, resulting in the dreaded "off by n" problem.
+
+------- Additional Comments From dmitchell at logos.com  2006-12-15 19:57 -------
+Created an attachment (id=18299)
+This patch will fix the problem described by this but
+


More information about the mono-bugs mailing list