VirtualBox

Changeset 38537 in vbox


Ignore:
Timestamp:
Aug 25, 2011 6:36:39 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73685
Message:

Debugger: don't crash in dbgcCmdWorkerSearchMem()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r36640 r38537  
    38963896                                  PCDBGCVAR paPatArgs, unsigned cPatArgs, PDBGCVAR pResult)
    38973897{
    3898     DBGCVAR_INIT_GC_FLAT(pResult, 0);
     3898    if (pResult)
     3899        DBGCVAR_INIT_GC_FLAT(pResult, 0);
    38993900
    39003901    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette