mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-13 11:41:17 +08:00

The header structure was initialized only field by field. This does not initialized the padding bytes and MemSan was complaining with use of uninitialized data in test_memsan all.sh component. Signed-off-by: Ronald Cron <ronald.cron@arm.com>