mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 11:42:47 -05:00
detect recursion loop
This commit is contained in:
@ -2919,7 +2919,7 @@ static int msi_verify_header(char *indata, uint32_t filesize, MSI_PARAMS *msipar
|
||||
printf("Failed to get file entry\n");
|
||||
return 0; /* FAILED */
|
||||
}
|
||||
if (!msi_dirent_new(msiparams->msi, root, NULL, &root_dir, verbose)) {
|
||||
if (!msi_dirent_new(msiparams->msi, root, NULL, NULL, &root_dir, verbose)) {
|
||||
printf("Failed to parse MSI_DIRENT struct\n");
|
||||
OPENSSL_free(root);
|
||||
return 0; /* FAILED */
|
||||
|
Reference in New Issue
Block a user