Changeset 69523 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Oct 30, 2017 11:08:37 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118866
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsiosmisc.cpp
r69111 r69523 170 170 void *pvNew = RTMemRealloc(pvBuf, cbAllocated); 171 171 AssertBreakStmt(pvNew, rc = VERR_NO_MEMORY); 172 pvBuf = pvNew; 172 173 173 174 cbToRead = cbAllocated - off - READ_ALL_HEADER_SIZE - 1;
Note:
See TracChangeset
for help on using the changeset viewer.