VirtualBox

Changeset 49880 in vbox for trunk/src


Ignore:
Timestamp:
Dec 11, 2013 11:56:41 PM (11 years ago)
Author:
vboxsync
Message:

Storage/VD: Fix bug which causes that data is read twice. Because there is no room left in the buffer an error is returned

File:
1 edited

Legend:

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

    r49388 r49880  
    24212421    pIoCtx->fFlags |= VDIOCTX_FLAGS_ZERO_FREE_BLOCKS;
    24222422
    2423     if (pIoCtx->Req.Io.cbTransferLeft)
     2423    if (   pIoCtx->Req.Io.cbTransferLeft
     2424        && !pIoCtx->cDataTransfersPending)
    24242425        rc = vdReadHelperAsync(pIoCtx);
    24252426
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