VirtualBox

Changeset 40713 in vbox for trunk/include


Ignore:
Timestamp:
Mar 29, 2012 4:06:14 PM (13 years ago)
Author:
vboxsync
Message:

Storage/VDI: Check for out of bounds access when reading from an image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r40636 r40713  
    15301530/** Repairing the image is not possible because the corruption is to severe. */
    15311531#define VERR_VD_IMAGE_REPAIR_IMPOSSIBLE             (-3281)
     1532/** Reading from the image was not possible because the offset is out of the image range.
     1533 * This usually indicates that there is a minor corruption in the image meta data. */
     1534#define VERR_VD_READ_OUT_OF_RANGE                   (-3282)
    15321535/** @} */
    15331536
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