Merge pull request #10020 from bensze01/msvc-format-size-macros

Fix preprocessor guards for C99 format size specifiers
This commit is contained in:
Bence Szépkúti
2025-03-13 10:09:06 +00:00
committed by GitHub
5 changed files with 109 additions and 9 deletions
@@ -0,0 +1,5 @@
Bugfix
* Fix definition of MBEDTLS_PRINTF_SIZET to prevent runtime crashes that
occurred whenever SSL debugging was enabled on a copy of Mbed TLS built
with Visual Studio 2013 or MinGW.
Fixes #10017.