VirtualBox

Ignore:
Timestamp:
Jul 7, 2017 4:11:21 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116818
Message:

isomaker: Some fixes for bugs found when testing different buffer read sizes and read ordering. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp

    r67860 r67862  
    777777            uint32_t iBlock = RTRandU32Ex(0, cBlocks - 1);
    778778            if (!ASMBitTestAndSet(pvBitmap, iBlock))
    779                 Assert(iBlock < (int32_t)cBlocks);
     779                Assert(iBlock < cBlocks);
    780780            else
    781781            {
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