F-3250 - https://fenrir.wolfssl.com/finding/3250 - Route IFX firmware abandon path through exit label to run cleanup

pull/491/head
Aidan 2026-04-21 10:41:35 -07:00
parent 55faf11f27
commit 6d28982a3d
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ int TPM2_IFX_Firmware_Update(void* userCtx, int argc, char *argv[])
else {
printf("Success: Please reset or power cycle TPM\n");
}
return rc;
goto exit;
}
if (manifest_file == NULL || firmware_file == NULL) {