VirtualBox

Ignore:
Timestamp:
Jul 31, 2018 8:28:41 AM (6 years ago)
Author:
vboxsync
Message:

dbgmoddeferred: magic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp

    r73375 r73401  
    5757        RTDbgCfgRelease(pThis->hDbgCfg);
    5858        pThis->hDbgCfg = NIL_RTDBGCFG;
     59        pThis->uMagic = UINT32_C(0xdeadf00d);
    5960        RTMemFree(pThis);
    6061    }
     
    640641    pDeferred->cbImage     = cbImage;
    641642    pDeferred->cRefs       = 1 + (pDbgMod->pImgVt == NULL);
     643    pDeferred->uMagic      = UINT32_C(0xbeef0001);
    642644    if (hDbgCfg != NIL_RTDBGCFG)
    643645        RTDbgCfgRetain(hDbgCfg);
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