Skip to content

Commit

Permalink
SecureBootConfigImpl.c: Fix checking if X509GetCommonName succeeded
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Aug 2, 2024
1 parent 9fe4bcf commit 071648b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@ UpdateDeletePage (
(UINTN)CertList->SignatureSize,
CertificateInfoStr8,
&CertificateInfoStrLen
)
) == RETURN_SUCCESS
) {
AsciiStrToUnicodeStrS (CertificateInfoStr8, CertificateInfoStr, CertificateInfoStrSize);
CertificateInfoID = HiiSetString (PrivateData->HiiHandle, 0, CertificateInfoStr, NULL);
Expand Down

0 comments on commit 071648b

Please sign in to comment.