VirtualBox

Changeset 45069 in vbox


Ignore:
Timestamp:
Mar 18, 2013 5:33:34 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84351
Message:

Storage/VDI: Remove rounding to the next MB boundary (should fix public #11597)

File:
1 edited

Legend:

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

    r44528 r45069  
    14281428    /* Check size. Maximum 4PB-3M. No tricks with adjusting the 1M block size
    14291429     * so far, which would extend the size. */
    1430     cbSize = RT_ALIGN_64(cbSize, _1M);
    14311430    if (    !cbSize
    14321431        ||  cbSize >= _1P * 4 - _1M * 3)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette