[Mono-bugs] [Bug 405383] New: Error handling function pointers

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 1 10:28:18 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=405383


           Summary: Error handling function pointers
           Product: Mono: Tools
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: ilasm
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: andrea.ornstein at st.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=225346)
 --> (https://bugzilla.novell.com/attachment.cgi?id=225346)
patch that fixes the problem

I get a NullReferenceException using ilasm on a file that contains the
following field definition:

field private static method void  * () * 'p?fs1515'

the attached patch solves the problem.
In method Clone of MethodPointerTypeRef is missing a null pointer check on
field param_list.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list