trilitech / ledger-app-tezos-wallet

Tezos Wallet app for Ledger Nano & Stax devices
Apache License 2.0
2 stars 2 forks source link

Use memset_s in place of memset #219

Closed ajinkyaraj-23 closed 1 month ago

ajinkyaraj-23 commented 8 months ago

A good practice Especially important in ui_string.c where we are using memset for partially clearing the buffer.

ajinkyaraj-23 commented 1 month ago

Not supported in ledger SDK