http://bugzilla.novell.com/show_bug.cgi?id=553428
http://bugzilla.novell.com/show_bug.cgi?id=553428#c2 --- Comment #2 from Rodrigo Kumpera <[email protected]> 2009-11-23 23:28:30 UTC --- the check for null signatures should be done by the caller not the callee. It might be acceptable for mono_signature_get_desc since this is a debug helper, but it should return a canonical string pointing to this fact. Making mono_metadata_signature_equal accept NULL signatures will only help hiding real bugs. Unfortunately, the way to fix this is to check all callers of mono_method_signature for what to do on failure. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
