[Mono-bugs] [Bug 343553] Cecil security permissions parser is broken for 2. 0+ assemblies

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 21 22:27:22 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=343553#c1





--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  2007-11-21 20:27:21 MST ---
diff between the versions
http://anonsvn.mono-project.com/viewcvs/trunk/cecil/lib/Mono.Cecil/SecurityDeclarationReader.cs?rev=51920&r1=58244&r2=51920

this fails because of the added 2 lines (from line 126)

if (!read)
        return null;

which looks, source wise, ok. So there may be a deeper bug in this... but
outside the security permission parser.


-- 
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