VirtualBox

Changeset 107738 in vbox for trunk


Ignore:
Timestamp:
Jan 14, 2025 9:28:52 AM (4 weeks ago)
Author:
vboxsync
Message:

Storage/VMDK.cpp: Fix parfait warning about unused assignment, we should return an error if memory allocation fails + todos, bugref:3409 [scm]

File:
1 edited

Legend:

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

    r107736 r107738  
    86738673        uint32_t cbGTOff = RT_ALIGN_Z(VMDK_SECTOR2BYTE(cDirSectorDiff + cTableSectorDiff + cDirSectorDiff), 512);
    86748674
    8675         /** @todo r=aeichner An error here doesn't make the whole operation fail, it just breaks out of the loop. */ 
     8675        /** @todo r=aeichner An error here doesn't make the whole operation fail, it just breaks out of the loop. */
    86768676        for (int i = pExtent->cGDEntries - 1; i >= 0; i--)
    86778677        {
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