VirtualBox

Changeset 49 in kStuff for trunk


Ignore:
Timestamp:
Aug 28, 2012 11:49:20 PM (12 years ago)
Author:
bird
Message:

kLdrModMachO.c: Fixed copy & past bug in kldrModMachOQueryLinkerSymbol that caused KLDR_ERR_ADDRESS_OVERFLOW errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModMachO.c

    r48 r49  
    16711671            || pModMachO->Hdr.magic == IMAGE_MACHO32_SIGNATURE_OE)
    16721672        {
    1673             section_64_t *pSect = (section_64_t *)pModMachO->aSegments[iSeg].paSections[iSect].pvMachoSection;
     1673            section_32_t *pSect = (section_32_t *)pModMachO->aSegments[iSeg].paSections[iSect].pvMachoSection;
    16741674            uValue = pSect->addr;
    16751675            if (!s_aPrefixes[iPrefix].fStart)
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