1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-28 23:14:56 +03:00

Add changelog

Signed-off-by: Felix Conway <felix.conway@arm.com>
This commit is contained in:
Felix Conway
2025-06-12 13:28:26 +01:00
parent 766be1f8f4
commit 80ca13f07d

View File

@@ -0,0 +1,5 @@
Bugfix
* GCC 15 introduced the warning 'unterminated-string-initialization', which
complains if you initialize a string into an array without space for a
terminating null character. This is intentional in many parts of the
code, so suppress the warning in these places. Fixes #9944.