You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buffer size calculation in the overflow guard in GenerateP3AMessage could itself overflow if the input state is corrupt. While safe in normal usage, we should be defensive and use checked arithmetic for this calculation.
Description
The buffer size calculation in the overflow guard in GenerateP3AMessage could itself overflow if the input state is corrupt. While safe in normal usage, we should be defensive and use checked arithmetic for this calculation.
Followup to #23147
The text was updated successfully, but these errors were encountered: