From 6f21e11265d860579c233f247b743bbe744289f9 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 9 Dec 2020 17:46:27 +0000 Subject: [PATCH] Add Changelog entry Signed-off-by: Paul Elliott --- ChangeLog.d/fix-printf-specifiers.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ChangeLog.d/fix-printf-specifiers.txt diff --git a/ChangeLog.d/fix-printf-specifiers.txt b/ChangeLog.d/fix-printf-specifiers.txt new file mode 100644 index 000000000..72d08c0c8 --- /dev/null +++ b/ChangeLog.d/fix-printf-specifiers.txt @@ -0,0 +1,10 @@ +Bugfix + * Add printf function attributes to mbedtls_debug_print_msg because we were + not actually getting any printf format specifier warnings prior to this. + Also add extra printf compiler warning flags to builds. +Requirement Changes + * Use %zu for print of type size_t in new work, however please do not use + them in backports, and preferably not in code that needs to be + backported. + +