Changeset 62584 in vbox for trunk/src/VBox/Runtime/common/zip/pkzipvfs.cpp
- Timestamp:
- Jul 27, 2016 11:46:03 AM (8 years ago)
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.