VirtualBox

Changeset 90216 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jul 15, 2021 4:42:07 PM (4 years ago)
Author:
vboxsync
Message:

IPRT/isovfs.cpp: Just don't check the joliet volume size. bugref:9852

File:
1 edited

Legend:

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

    r90215 r90216  
    55525552                                   "Logical block size for joliet volume descriptor differs from primary: %#RX16 vs %#RX16\n",
    55535553                                   ISO9660_GET_ENDIAN(&pVolDesc->cbLogicalBlock), pThis->cbBlock);
     5554#if 0 /* Not necessary. */
    55545555    /* Used to be !=, changed to > for ubuntu 20.10 and later.  Wonder if they exclude a few files
    55555556       and thus end up with a different total.  Obviously, this test is a big bogus, as we don't
     
    55595560                                   "Volume space size for joliet volume descriptor differs from primary: %#RX32 vs %#RX32\n",
    55605561                                   ISO9660_GET_ENDIAN(&pVolDesc->VolumeSpaceSize), pThis->cBlocksInPrimaryVolumeSpace);
     5562#endif
    55615563    if (ISO9660_GET_ENDIAN(&pVolDesc->cVolumesInSet) != pThis->cVolumesInSet)
    55625564        return RTERRINFO_LOG_SET_F(pErrInfo, VERR_VFS_UNSUPPORTED_FORMAT,
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