[Mono-bugs] [Bug 657516] New: Verifier rejects AssemblyFlagsAttribute
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 3 16:44:47 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=657516
https://bugzilla.novell.com/show_bug.cgi?id=657516#c0
Summary: Verifier rejects AssemblyFlagsAttribute
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: verifier
AssignedTo: rkumpera at novell.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
I have discover this by accident when fixing gmcs attributes emitter.
using System;
using System.Reflection;
[assembly: AssemblyFlagsAttribute (0x30)]
class B
{
public static void Main ()
{
}
}
compiler & peverify
net
All Classes and Methods in 1.exe Verified.
Mono
Error: Assembly table row 0 has invalid Flags 00000030
Note: ildasm shows these values as part of assembly name
The valid values I found are 0x10, 0x20, 0x30, 0x40
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list