VirtualBox

Changeset 75084 in vbox


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

IPRT/ldrPE: Don't be uptight about the linker getting the new loader config wrong when reading debug info or validating executables. ticketref:17977

File:
1 edited

Legend:

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

    r74843 r75084  
    43154315                if (   fNewerStructureHack
    43164316                    && Dir.Size > cbMaxKnown
     4317                    && !(fFlags & (RTLDR_O_FOR_DEBUG | RTLDR_O_FOR_VALIDATION))
    43174318                    && !ASMMemIsZero(&u.abZeros[cbMaxKnown], Dir.Size - cbMaxKnown))
    43184319                {
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