VirtualBox

Changeset 26258 in vbox


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

two more

Location:
trunk/src/VBox/Runtime
Files:
2 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())
  • trunk/src/VBox/Runtime/r3/alloc-ef.cpp

    r19547 r26258  
    6767#endif
    6868/** Array of pointers free watches for. */
    69 void   *gapvRTMemFreeWatch[4] = {0};
     69void   *gapvRTMemFreeWatch[4] = {NULL, NULL, NULL, NULL};
    7070/** Enable logging of all freed memory. */
    7171bool    gfRTMemFreeLog = false;
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