VirtualBox

Changeset 42389 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 25, 2012 12:04:38 PM (12 years ago)
Author:
vboxsync
Message:

ApplianceIO: Assertion to catch non sequential accesses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp

    r42261 r42389  
    10811081//        RTPrintf("Gap Read uOffset: %7lu cbRead: %7lu = %7lu\n", uOffset, cbRead, uOffset + cbRead);
    10821082    }
     1083    else if (uOffset < pInt->cbCurAll)
     1084        AssertMsgFailed(("Jumping backwards is not possible, sequential access is supported only\n"));
    10831085
    10841086    size_t cbAllRead = 0;
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