VirtualBox

Changeset 860 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 13, 2007 11:04:42 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18565
Message:

Fixed crash on snapshot merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxHDD.cpp

    r745 r860  
    15961596    if (!IS_VDI_IMAGE_BLOCK_ALLOCATED(pImage->paBlocks[uBlock]))
    15971597    {
    1598         if (!pDisk->fHonorZeroWrites)
     1598        if (!pDisk || !pDisk->fHonorZeroWrites)
    15991599        {
    16001600            /* If the destination block is unallocated at this point, it's either
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette