VirtualBox

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


Ignore:
Timestamp:
Jan 15, 2025 3:19:08 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166921
Message:

Runtime/common/fs/ntfsvfs.cpp: Fix typo, bugref:3409

File:
1 edited

Legend:

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

    r106061 r107783  
    12601260            {
    12611261                int64_t const cbCompressed = RT_LE2H_U64(pAttrHdr->u.NonRes.cbCompressed);
    1262                 if (cbAllocated < 0)
     1262                if (cbCompressed < 0)
    12631263                    return RTERRINFO_LOG_REL_SET_F(pErrInfo, VERR_VFS_BOGUS_FORMAT,
    12641264                                                   "Bad MFT record %#RX64: Attribute (@%#x): cbCompressed (%#RX64) is negative",
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