mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-11 02:02:32 +03:00
This commit restores all changelog entries between the mbedtls-3.6.0 tag and the mbedtls-4.0.0-beta tag. git diff ce4683e..09dc57d --name-status -- ChangeLog.d Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
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.
|