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
otp_crypto: initialize PSA cleanup sizes before error paths
Declare the PSA output buffer size variables before any goto-based cleanup path can skip their initialization.
This fixes Clang -Wsometimes-uninitialized failures in crypto_one_time/4-5 and crypto_update/2 when cleanup frees scratch buffers after early exits.
0 commit comments