From 2b410eeaeb13c0259ecb694239968d7cc3fcb8d5 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 21 May 2025 14:49:59 +0100 Subject: [PATCH] Add ChangeLog entry for MinGW format specifier fix Signed-off-by: David Horstmann --- ChangeLog.d/fix-mingw-ansi-stdio.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/fix-mingw-ansi-stdio.txt diff --git a/ChangeLog.d/fix-mingw-ansi-stdio.txt b/ChangeLog.d/fix-mingw-ansi-stdio.txt new file mode 100644 index 0000000000..d9293d95ca --- /dev/null +++ b/ChangeLog.d/fix-mingw-ansi-stdio.txt @@ -0,0 +1,4 @@ +Bugfix + * Fix a build failure with MinGW when the __USE_MINGW_ANSI_STDIO option + is set. This was caused by the wrong format specifier being used to + print long long values (MBEDTLS_PRINTF_LONGLONG).