VirtualBox

Changeset 107673 in vbox for trunk


Ignore:
Timestamp:
Jan 10, 2025 3:45:10 PM (8 days ago)
Author:
vboxsync
Message:

Storage/VMDK.cpp: Missing error check, bugref:3409

File:
1 edited

Legend:

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

    r107672 r107673  
    858858                                          512)
    859859                               - RT_UOFFSETOF(VMDKMARKER, uType));
     860    if (RT_FAILURE(rc))
     861        return vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: Failed to read data from compressed image '%s'"), pExtent->pszFullname);
    860862
    861863    if (puLBA)
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