mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-20 05:22:01 +03:00
On some platforms, including modern Linux, Clang with Msan does not recognize that explicit_bzero() writes well-defined content to its output buffer. For us, this causes CMAC operations to fail in Msan builds when mbedtls_platform_zeroize() is implemented over explicit_bzero(). Fix this. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
7.6 KiB
7.6 KiB