1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix compilation errors.

Under gcc11(+) both message and received would cause errors for
potentially being used uninitialised. We fixed many of these issues in
another PR, but this one is only seen under certain configs.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott
2021-11-24 16:54:26 +00:00
parent b92b88cc4c
commit 21c8fe5c6e
2 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
Bugfix
* Fix an uninitialized variable warning in test_suite_ssl.function with GCC
version 11