1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-12 16:41:03 +03:00
Files
mbedtls/library/debug.c
Paul Elliott 4e589701d8 Declare mbedtls_debug_print_msg as printf-like
We were not getting any warnings on printf format errors, as we do not
explicitly use printf anywhere in the code. Thankfully there is a way
to mark a function as having printf behaviour so that its inputs can be
checked in the same way as printf would be.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-03-10 17:00:32 +00:00

13 KiB