mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 14:02:58 +00:00
The AES sample application programs/aes/crypt_and_hash could miss zeroizing the stack-based key buffer in case of an error during operation. This commit fixes this and also clears all command line arguments (one of which might be the key) before exit.