Changeset 99989 in vbox for trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp
- Timestamp:
- May 26, 2023 12:06:12 PM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 157651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp
r99739 r99989 641 641 AssertReturn(off + cbRead <= pVol->cbVolume, VERR_INVALID_PARAMETER); 642 642 643 return rtDvmDiskRead (pVol->pVolMgr->pDisk, pVol->offStart + off, pvBuf, cbRead);643 return rtDvmDiskReadUnaligned(pVol->pVolMgr->pDisk, pVol->offStart + off, pvBuf, cbRead); 644 644 } 645 645
Note:
See TracChangeset
for help on using the changeset viewer.