mbedtls/ChangeLog.d/fix-printf-specifiers.txt
Paul Elliott 3949065aef Fix incorrect case in changelog entry
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-03-10 17:00:32 +00:00

10 lines
409 B
Text

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.