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 15:55:48 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3; FreeBSD)

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

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:  None                     
Assigned to:  None                    Status:  Open                         

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 )
    {
        ....
    }




No Followups Have Been Posted


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]