Changeset 62584 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Jul 27, 2016 11:46:03 AM (8 years ago)
- Location:
- trunk/src/VBox/Runtime/common/zip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/pkzipvfs.cpp
r62564 r62584 406 406 static int rtZipPkzipParseLocalFileHeader(PRTZIPPKZIPREADER pThis, PRTZIPPKZIPLOCALFILEHDR pLfh, size_t *pcbExtra) 407 407 { 408 RT_NOREF_PV(pThis); 409 408 410 if (pLfh->cbFilename >= sizeof(pThis->szName)) 409 411 return VERR_PKZIP_NAME_TOO_LONG; -
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r62477 r62584 549 549 } 550 550 } 551 #else 552 RT_NOREF_PV(pOwner); RT_NOREF_PV(pGroup); 551 553 #endif 552 554
Note:
See TracChangeset
for help on using the changeset viewer.