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
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
https://github.com/LedgerHQ/app-tezos/blob/6793ac50d3ee82d39dffce8d838b683916f768fb/src/apdu_hmac.c#L35
Here, the return value of
generate_key_pair
is not checked, but elsewhere (e.g. here), it is.Presumably, annotating it with
__attribute__((warn_unused_result))
would help.The text was updated successfully, but these errors were encountered: