VirtualBox

Changeset 55703 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 7, 2015 12:21:29 AM (10 years ago)
Author:
vboxsync
Message:

ldrPE.cpp: Fixed debug-loading regression introduced when adding security directory validation/logging. Prevented the in-guest-memory module reading from working during 'detect' in VBoxDbg.

File:
1 edited

Legend:

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

    r53877 r55703  
    36013601        }
    36023602        RTMemTmpFree(pFirst);
    3603         if (RT_FAILURE(rc))
     3603        if (RT_FAILURE(rc) && !(fFlags & RTLDR_O_FOR_DEBUG))
    36043604            return rc;
    36053605    }
    3606 
    36073606
    36083607    return VINF_SUCCESS;
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