VirtualBox

Changeset 84883 in vbox for trunk


Ignore:
Timestamp:
Jun 19, 2020 5:18:56 PM (5 years ago)
Author:
vboxsync
Message:

Storage/VD: bugref:9772 'VBoxManage internalcommands repairhd -format' SEGVs with invalid input

Location:
trunk/src/VBox/Storage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VDI.cpp

    r84475 r84883  
    28942894    PVDINTERFACEERROR pIfError;
    28952895    PVDINTERFACEIOINT pIfIo;
    2896     PVDIOSTORAGE pStorage;
     2896    PVDIOSTORAGE pStorage = NULL;
    28972897    uint64_t cbFile;
    28982898    PVDIIMAGEBLOCKPOINTER paBlocks = NULL;
  • trunk/src/VBox/Storage/VHD.cpp

    r82968 r84883  
    27252725    PVDINTERFACEERROR pIfError;
    27262726    PVDINTERFACEIOINT pIfIo;
    2727     PVDIOSTORAGE pStorage;
     2727    PVDIOSTORAGE pStorage = NULL;
    27282728    uint64_t cbFile;
    27292729    VHDFooter vhdFooter;
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