This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
mirror of
https://github.com/yuzu-emu/mbedtls.git
synced
2024-11-27 07:24:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f554ce21b8
mbedtls
/
ChangeLog.d
/
fix_compilation_ssl_tests.txt
4 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2021-11-24 17:54:26 +01:00
Bugfix
Fix Changelog Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-11-24 18:45:43 +01:00
* Fix an uninitialized variable warning in test_suite_ssl.function with GCC
version 11.
Reference in New Issue
Copy Permalink