VirtualBox

Changeset 67874 in vbox


Ignore:
Timestamp:
Jul 10, 2017 11:07:08 AM (7 years ago)
Author:
vboxsync
Message:

Storage/CUE: Fixed VINF_SUCCESS when the file is too big, should return VERR_VD_INVALID_SIZE. CUE sometimes ended up with things it doesn't grok (no idea why this wasn't happen more frequently).

File:
1 edited

Legend:

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

    r66494 r67874  
    13121312        }
    13131313        else if (RT_SUCCESS(rc))
    1314             rc = vdIfError(pThis->pIfError, rc, RT_SRC_POS, N_("CUE: The descriptor file '%s' is too huge (%llu vs %llu)"),
     1314            rc = vdIfError(pThis->pIfError, VERR_VD_INVALID_SIZE,
     1315                           RT_SRC_POS, N_("CUE: The descriptor file '%s' is too huge (%llu vs %llu)"),
    13151316                           pThis->pszFilename, cbFile, _16K - 1);
    13161317    }
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