dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #4807] ILImageLoadFromMemory segv


From: nobody
Subject: [Pnet-developers] [bug #4807] ILImageLoadFromMemory segv
Date: Sun, 17 Aug 2003 18:43:38 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #4807: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4807&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Sun 08/17/2003 at 22:43 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 18 Aug 2003



=================== BUG #4807: FULL BUG SNAPSHOT ===================


Submitted by: csmith                  Project: DotGNU Portable.NET          
Submitted on: Sun 08/17/2003 at 19:55
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  ILImageLoadFromMemory segv

Original Submission:  ILImageLoadFromMemory fails due to the MemoryRead 
function being broken.

Currently pecoff_loader.c:MemoryRead begins:

    if(len < ctx->bufLen)
    {
        ....
    }

where it should infact be: 

    if(ctx->bufLen < len )
    {
        ....
    }


Follow-up Comments
*******************

-------------------------------------------------------
Date: Sun 08/17/2003 at 22:43       By: rweather
Fix committed to CVS - 18 Aug 2003


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4807&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]