Add Changelog entry
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
9f35211774
commit
6f21e11265
1 changed files with 10 additions and 0 deletions
10
ChangeLog.d/fix-printf-specifiers.txt
Normal file
10
ChangeLog.d/fix-printf-specifiers.txt
Normal file
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in a new issue