VirtualBox

Ignore:
Timestamp:
Jul 29, 2020 2:28:59 PM (4 years ago)
Author:
vboxsync
Message:

IPRT/ldrELF: Fix for bogus cbMapped value returned for the last segment when enumerating segments. bugref:9801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp

    r85517 r85525  
    374374    AssertReturn(pSeg->RVA      < _1G, VERR_INTERNAL_ERROR_3);
    375375    uint32_t uRvaSeg  = (uint32_t)pSeg->RVA;
    376     Log2(("supLoadModuleCompileSegmentsCB: %RTptr/%RTptr LB %RTptr prot %#x %s\n",
    377           pSeg->LinkAddress, pSeg->RVA, pSeg->cbMapped, pSeg->fProt, pSeg->pszName));
     376    Log2(("supLoadModuleCompileSegmentsCB: %RTptr/%RTptr LB %RTptr/%RTptr prot %#x %s\n",
     377          pSeg->LinkAddress, pSeg->RVA, pSeg->cbMapped, pSeg->cb, pSeg->fProt, pSeg->pszName));
    378378
    379379    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette