[Mono-bugs] [Bug 553428] [verifier] SIGSEGV in mono_metadata_signature_equal on a bad assembly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 24 06:18:47 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=553428
http://bugzilla.novell.com/show_bug.cgi?id=553428#c4
--- Comment #4 from Rodrigo Kumpera <rkumpera at novell.com> 2009-11-24 11:18:45 UTC ---
Created an attachment (id=329165)
--> (http://bugzilla.novell.com/attachment.cgi?id=329165)
check_interface_method_override fix
Making mono_metadata_signature_equal work with NULL signatures can cause
unknown problems for the runtime such as ill constructed vtables. It fixes a
lot of crashes but opens the door for a lot of unknown issues.
The attached patch fixes check_interface_method_override which might be enough
for this bug in particular.
What about fixing all the mono_method_signature issues as we find them?
Please review the patch.
--
Configure bugmail: http://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