VirtualBox

Changeset 33999 in vbox


Ignore:
Timestamp:
Nov 11, 2010 2:53:04 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67664
Message:

PGM: derefence pointer before sanity check (strict builds only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r33725 r33999  
    36453645{
    36463646    /** @todo SMP support */
    3647     PVMCPU pVCpu = &pVM->aCpus[0];
    36483647
    36493648    /*
     
    36523651    if (!pVM)
    36533652        return pCmdHlp->pfnPrintf(pCmdHlp, NULL, "error: The command requires a VM to be selected.\n");
     3653
     3654    PVMCPU pVCpu = &pVM->aCpus[0];
    36543655
    36553656    /*
     
    36803681{
    36813682    /** @todo SMP support!! */
    3682     PVMCPU pVCpu = &pVM->aCpus[0];
    36833683
    36843684    /*
     
    36873687    if (!pVM)
    36883688        return pCmdHlp->pfnPrintf(pCmdHlp, NULL, "error: The command requires a VM to be selected.\n");
     3689
     3690    PVMCPU pVCpu = &pVM->aCpus[0];
    36893691
    36903692    int rc = pCmdHlp->pfnPrintf(pCmdHlp, NULL, "Checking shadow CR3 page tables for consistency.\n");
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