[Mono-bugs] [Bug 66035][Nor] Changed - [PATCH] monodis doesn't disassemble security attributes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 09:57:15 -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=66035

--- shadow/66035	2004-09-16 09:53:53.000000000 -0400
+++ shadow/66035.tmp.3385	2004-09-16 09:57:15.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: monodis doesn't disassemble security attributes
+Summary: [PATCH] monodis doesn't disassemble security attributes
 
 Description of Problem:
 monodis doesn't disassemble security attributes encoded in the assembly
 metadata.
 
 Steps to reproduce the problem:
@@ -144,6 +144,15 @@
 
 
 ------- Additional Comments From sebastien@ximian.com  2004-09-16 09:53 -------
 Created an attachment (id=10764)
 tabledefs.patch
 
+
+------- Additional Comments From sebastien@ximian.com  2004-09-16 09:57 -------
+Patches to make monodis output permissionset correctly and add support
+for new 2.0 security actions.
+
+The next two files are the test files I used (1.x and 2.0). For now
+they must be compiled with CSC (so the generated assemblies contains
+the properly encoded security attributes).
+