- Timestamp:
- Feb 5, 2010 12:03:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMLdr.cpp
r26220 r26250 1329 1329 * advance the interface cursor. 1330 1330 */ 1331 AssertReturn(cchSymPrefix + cchSym >=sizeof(szSymbol), VERR_SYMBOL_NOT_FOUND);1331 AssertReturn(cchSymPrefix + cchSym < sizeof(szSymbol), VERR_SYMBOL_NOT_FOUND); 1332 1332 memcmp(&szSymbol[cchSymPrefix], pszCur, cchSym); 1333 1333 szSymbol[cchSymPrefix + cchSym] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.