Changeset 33494 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 27, 2010 11:39:37 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/isofs.cpp
r33492 r33494 333 333 break; 334 334 335 Assert( pCurRecord->name_len > 0 336 && pCurRecord->name_len <= RTISOFS_MAX_STRING_LEN); 335 Assert(pCurRecord->name_len <= RTISOFS_MAX_STRING_LEN); 337 336 char *pszName = RTStrAlloc(pCurRecord->name_len + 1); 338 337 AssertPtr(pszName);
Note:
See TracChangeset
for help on using the changeset viewer.