VirtualBox

Changeset 75085 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Oct 25, 2018 5:59:43 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/ldrPE: Must save Dir.Size to uOrgDir before updating it. duh. ticketref:17977

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r75084 r75085  
    43074307                     pszLogName, u.Cfg64.Size, Dir.Size));
    43084308
     4309                uint32_t const uOrgDir = Dir.Size;
    43094310                Dir.Size = u.Cfg64.Size;
    4310                 uint32_t const uOrgDir = Dir.Size;
    43114311                RT_ZERO(u.Cfg64);
    43124312                rc = rtldrPEReadRVA(pModPe, &u.Cfg64, Dir.Size, Dir.VirtualAddress);
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