mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 09:08:04 -05:00
Fix CFFOLDER hashing
This commit is contained in:
parent
c6990878c2
commit
dc44ed5f5b
2
cab.c
2
cab.c
@ -274,7 +274,7 @@ static u_char *cab_digest_calc(FILE_FORMAT_CTX *ctx, const EVP_MD *md)
|
|||||||
* (u8 * cFolders) CFFOLDER - structure contains information about
|
* (u8 * cFolders) CFFOLDER - structure contains information about
|
||||||
* one of the folders or partial folders stored in this cabinet file
|
* one of the folders or partial folders stored in this cabinet file
|
||||||
*/
|
*/
|
||||||
while (nfolders) {
|
while (nfolders && idx < fileend) {
|
||||||
BIO_write(bhash, ctx->options->indata + idx, 8);
|
BIO_write(bhash, ctx->options->indata + idx, 8);
|
||||||
idx += 8;
|
idx += 8;
|
||||||
nfolders--;
|
nfolders--;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user