TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
ada62f25a298f1d2bcc9b342739fed3741838afd
/
.
/
ChangeLog.d
/
alert_reentrant.txt
blob: 691d64c0de436a879b6a3094929ab2cc479bcb45 [
file
] [
log
] [
blame
]
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.