Changeset 81521 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 24, 2019 3:44:53 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r76553 r81521 903 903 char *pszSrcFree = NULL; 904 904 const char *pszSrc = (const char *)pvBuf; 905 if (pszSrc[cbWrite ])905 if (pszSrc[cbWrite - 1]) 906 906 { 907 907 pszSrc = pszSrcFree = RTStrDupN(pszSrc, cbWrite);
Note:
See TracChangeset
for help on using the changeset viewer.