Skip to content

Commit

Permalink
update based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeebe committed Jul 19, 2023
1 parent 398dc26 commit e2ba6a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CryptoPkg/Library/BaseCryptLib/Pk/CryptEc.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,11 @@ EcGetPubKey (
return FALSE;
}

// MU_CHANGE [BEGIN] - CodeQL change
BnX = NULL;
BnY = NULL;
// MU_CHANGE [END] - CodeQL change

EcKey = (EC_KEY *)EcContext;
Group = EC_KEY_get0_group (EcKey);
HalfSize = (EC_GROUP_get_degree (Group) + 7) / 8;
Expand Down

0 comments on commit e2ba6a6

Please sign in to comment.