mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:55:42 +01:00
28fd4cd8e9
Co-authored-by: Gilles Peskine <gilles.peskine@arm.com> Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
Bugfix
|
|
* Fix bug in the alert sending function mbedtls_ssl_send_alert_message()
|
|
potentially leading to corrupted alert messages being sent in case
|
|
the function needs to be re-called after initially returning
|
|
MBEDTLS_SSL_WANT_WRITE. Fixes #1916.
|