VirtualBox

Ignore:
Timestamp:
Feb 5, 2010 1:30:40 AM (15 years ago)
Author:
vboxsync
Message:

two more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp

    r21725 r26258  
    7070     * Construct the description string in a temporary buffer.
    7171     */
    72     char        szString[4*4*3+1] = {0};
     72    char        szString[4*4*3+1];
     73    RT_ZERO(szString);
    7374#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    7475    if (!ASMHasCpuId())
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