mirror of https://github.com/wolfSSL/wolfTPM.git
F-3250 - https://fenrir.wolfssl.com/finding/3250 - Route IFX firmware abandon path through exit label to run cleanup
parent
55faf11f27
commit
6d28982a3d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue