[Mono-bugs] [Bug 60439][Nor] Changed - [PATCH] mcs does not emit assembly qualified type name for types used in attributes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 16:04:42 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60439
--- shadow/60439 2004-06-22 10:44:23.000000000 -0400
+++ shadow/60439.tmp.27151 2004-06-22 16:04:42.000000000 -0400
@@ -224,6 +224,17 @@
------- Additional Comments From sebastien@ximian.com 2004-06-22 10:44 -------
Created an attachment (id=8282)
final.diff
+
+------- Additional Comments From sebastien@ximian.com 2004-06-22 16:04 -------
+Updated patch for problem #2 (p2.diff).
+
+Changes
+* public key token was a string (not a byte array);
+* public key token is now totally (not a pointer) inside
+MonoAssemblyName (so we don't leak it);
+* includes fix for #60519 (referenced assemblies in icall.c)
+
+