VirtualBox

Changeset 15408 in vbox for trunk/src


Ignore:
Timestamp:
Dec 12, 2008 11:02:18 PM (16 years ago)
Author:
vboxsync
Message:

uninitialized varialbe (clobbered by 'out' label)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r15366 r15408  
    12761276    const char *filesize = NULL;
    12771277    unsigned uImageFlags = 0; /**< @todo allow creation of non-default image variants */
     1278    void *pvBuf = NULL;
    12781279
    12791280    for (int i = 0; i < argc; i++)
     
    13871388    size_t cbBuffer;
    13881389    cbBuffer = _1M;
    1389     void *pvBuf;
    13901390    pvBuf = RTMemAlloc(cbBuffer);
    13911391    if (!pvBuf)
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