Changeset 73097 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 12, 2018 9:06:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r69500 r73097 433 433 { 434 434 size_t cchPath = strlen(pszPath); Assert(cchPath > 0); 435 PSTUBCLEANUPREC pRec = (PSTUBCLEANUPREC)RTMemAlloc(RT_ OFFSETOF(STUBCLEANUPREC, szPath[cchPath + 1]));435 PSTUBCLEANUPREC pRec = (PSTUBCLEANUPREC)RTMemAlloc(RT_UOFFSETOF_DYN(STUBCLEANUPREC, szPath[cchPath + 1])); 436 436 if (!pRec) 437 437 {
Note:
See TracChangeset
for help on using the changeset viewer.