[Mono-bugs] [Bug 373440] New: [PATCH] Restore ImportContext values after imports

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 24 17:24:02 EDT 2008


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


           Summary: [PATCH] Restore ImportContext values after imports
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Cecil
        AssignedTo: jbevain at novell.com
        ReportedBy: davots at coverity.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=203617)
 --> (https://bugzilla.novell.com/attachment.cgi?id=203617)
GenContext.patch

Fixes various Import methods so that they restore original ImportContext values
after completion.

Multiple ImportXXX methods modify the Type or Method fields of their
ImportContext without restoring the original values.  The wrong context can be
used as a result.  For example, in ImportMethodReference, importing the return
type can modify the Method field (from CustomAttributes) which results in
problems when importing the method Parameters.


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