VirtualBox

Changeset 36235 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 9, 2011 5:22:38 PM (14 years ago)
Author:
vboxsync
Message:

GVMMR0.cpp: bound check when copying out statistics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r35346 r36235  
    24142414#endif
    24152415            iDstCpu++;
     2416            if (iDstCpu >= RT_ELEMENTS(pStats->aHostCpus))
     2417                break;
    24162418        }
    24172419    }
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