VirtualBox

Changeset 68198 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 31, 2017 12:14:35 PM (7 years ago)
Author:
vboxsync
Message:

isomaker: Fixed spill file read bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomaker.cpp

    r68183 r68198  
    57725772                idxChild++;
    57735773            }
     5774            if (offNext != UINT32_MAX)
     5775                break;
    57745776            pDir     = RTListGetNext(&pFinalizedDirs->FinalizedDirs, pDir, RTFSISOMAKERNAMEDIR, FinalizedEntry);
    57755777            idxChild = 0;
     
    57885790                break;
    57895791            }
     5792            cbToRead  -= cbToZero;
     5793            pbBuf     += cbToZero;
     5794            offInFile += cbToZero;
    57905795        }
    57915796        else
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