[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2010-11-17 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=562009 https://bugzilla.novell.com/show_bug.cgi?id=562009#c5 Rodrigo Kumpera changed: What|Removed |Added Status|NEW

[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2010-12-06 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=562009 https://bugzilla.novell.com/show_bug.cgi?id=562009#c6 Sebastien Pouliot changed: What|Removed |Added Status|RESOLVED

[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2010-12-06 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=562009 https://bugzilla.novell.com/show_bug.cgi?id=562009#c7 Sebastien Pouliot changed: What|Removed |Added Attachment #331841|0

[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2011-01-11 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=562009 https://bugzilla.novell.com/show_bug.cgi?id=562009#c8 Rodrigo Kumpera changed: What|Removed |Added Status|REOPENED

[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2010-04-15 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=562009 http://bugzilla.novell.com/show_bug.cgi?id=562009#c2 --- Comment #2 from Sebastien Pouliot 2010-04-15 14:15:02 UTC --- Created an attachment (id=354678) --> (http://bugzilla.novell.com/attachment.cgi?id=354678) a more recent test case This st

[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2010-04-15 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=562009 http://bugzilla.novell.com/show_bug.cgi?id=562009#c3 --- Comment #3 from Sebastien Pouliot 2010-04-15 14:18:07 UTC --- This fix the crash for the attached assembly. However it does not deal the NULL entries in the method list (which would likel

[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2010-07-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=562009 http://bugzilla.novell.com/show_bug.cgi?id=562009#c4 --- Comment #4 from Sebastien Pouliot 2010-07-20 13:43:07 UTC --- Created an attachment (id=377181) --> (http://bugzilla.novell.com/attachment.cgi?id=377181) assembly causing the crash newe

[Mono-bugs] [Bug 562009] [verifier] SIGSEGV in mono_method_signature on a bad assembly

2009-12-14 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=562009 http://bugzilla.novell.com/show_bug.cgi?id=562009#c1 --- Comment #1 from Sebastien Pouliot 2009-12-14 21:14:03 UTC --- The problem is that mono_get_method can return NULL, so it needs to be checked before calling mono_method_signature (easy fix