Changeset 48935 in vbox for trunk/src/VBox/Runtime/common/checksum/manifest.cpp
- Timestamp:
- Oct 7, 2013 9:19:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/manifest.cpp
r48628 r48935 381 381 382 382 /* Check for the digest algorithm */ 383 if ( cch < 4 383 if ( cch < 4 384 384 || ( !( pcBuf[0] == 'S' 385 385 && pcBuf[1] == 'H' … … 547 547 { 548 548 size_t cbTmp = strlen(RTPathFilename(paFiles[i].pszTestFile)) 549 + strlen(paFiles[i].pszTestDigest) 549 + strlen(paFiles[i].pszTestDigest) 550 550 + strlen(pcszDigestType) 551 551 + 6; … … 583 583 } 584 584 585
Note:
See TracChangeset
for help on using the changeset viewer.