Changeset 30320 in vbox for trunk/src/VBox/VMM/DBGFMem.cpp
- Timestamp:
- Jun 21, 2010 8:35:09 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62878
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFMem.cpp
r28800 r30320 244 244 * This may look a bit reckless with the rc but, it should be fine. 245 245 */ 246 if (! memchr(pszBuf, '\0', cchBuf))246 if (!RTStrEnd(pszBuf, cchBuf)) 247 247 { 248 248 pszBuf[cchBuf - 1] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.