VirtualBox

Changeset 86500 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Oct 8, 2020 5:07:38 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140815
Message:

Storage/RAW: Allow sector sized floppy images like bs-shutdown.img.

File:
1 edited

Legend:

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

    r82968 r86500  
    598598                && (enmDesiredType == VDTYPE_INVALID || enmDesiredType == VDTYPE_FLOPPY)
    599599                && (cbFile % 512) == 0
    600                 && cbFile > 512
     600                && cbFile >= 512
    601601                && cbFile <= RAW_MAX_FLOPPY_IMG_SIZE)
    602602            {
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