[Mono-bugs] [Bug 81208][Nor] Changed - MonoType.get_AssemblyQualifiedName crashes on pointer types

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 21 21:30:23 EDT 2007


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 mono at evain.net.

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

--- shadow/81208	2007-03-21 20:29:23.000000000 -0500
+++ shadow/81208.tmp.18703	2007-03-21 20:30:23.000000000 -0500
@@ -17,6 +17,11 @@
 Summary: MonoType.get_AssemblyQualifiedName crashes on pointer types
 
 Type t = Type.GetType ("System.Byte*");
 Console.WriteLine ("AssemblyQualifiedName: " + t.AssemblyQualifiedName);
 
 Result in a SIGSEV.
+
+------- Additional Comments From mono at evain.net  2007-03-21 20:30 -------
+Created an attachment (id=18943)
+Proposed patch
+


More information about the mono-bugs mailing list