mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-23 04:31:09 +01:00
This fixes accesses to uninitialized memory in test code if `psa_crypto_init()` fails. A lot of those were pointed out by Coverity. I quickly reviewed all calls to `MD_PSA_INIT()` manually, rather than follow any particular list. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>