Files
mbedtls/tests
Gilles Peskine bc0ff75455 Fix NULL+0 undefined behavior in ECB encryption and decryption
psa_cipher_encrypt() and psa_cipher_decrypt() sometimes add a zero offset to
a null pointer when the cipher does not use an IV. This is undefined
behavior, although it works as naively expected on most platforms. This
can cause a crash under modern Asan (depending on compiler optimizations).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-11-16 14:41:33 +01:00
..
2022-11-09 22:43:31 +08:00
2022-11-09 10:45:15 +01:00