mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-28 23:14:56 +03:00
5
ChangeLog.d/unterminated-string-initialization.txt
Normal file
5
ChangeLog.d/unterminated-string-initialization.txt
Normal 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.
|
||||||
Reference in New Issue
Block a user