Changeset 69913 in vbox for trunk/src/VBox/Runtime/common/fs
- Timestamp:
- Dec 3, 2017 7:09:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/ntfsvfs.cpp
r69911 r69913 1728 1728 if (pRootAttr->cbResident < sizeof(NTFSATINDEXROOT)) 1729 1729 return RTERRINFO_LOG_REL_SET_F(pErrInfo, VERR_VFS_BOGUS_FORMAT, "%s: INDEX_ROOT is too small: %#x, min %#x ", 1730 p RootAttr->cbResident, sizeof(pRootAttr->cbResident));1730 pszWhat, pRootAttr->cbResident, sizeof(pRootAttr->cbResident)); 1731 1731 1732 1732 PCNTFSATINDEXROOT pIdxRoot = (PCNTFSATINDEXROOT)NTFSATTRIBHDR_GET_RES_VALUE_PTR(pRootAttr->pAttrHdr);
Note:
See TracChangeset
for help on using the changeset viewer.