Changeset 45046 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Mar 15, 2013 7:52:49 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathRmCmd.cpp
r44286 r45046 313 313 314 314 /* Construct full path. */ 315 if (cchPath + pDirEntry->cbName > RTPATH_MAX)315 if (cchPath + pDirEntry->cbName >= RTPATH_MAX) 316 316 { 317 317 pszPath[cchPath] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.