Changeset 78207 in vbox for trunk/src/VBox
- Timestamp:
- Apr 18, 2019 2:59:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/dir.cpp
r78186 r78207 755 755 size_t const cchChild = strlen(pszChild); 756 756 if (cchChild < RTPATH_MAX) 757 pszPath = (char *)alloca(cchChild );757 pszPath = (char *)alloca(cchChild + 1); 758 758 else 759 759 {
Note:
See TracChangeset
for help on using the changeset viewer.