Update ChangeLog.d/alert_reentrant.txt

Co-authored-by: Gilles Peskine <gilles.peskine@arm.com>
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2022-04-08 12:53:00 +01:00
parent a349cfd585
commit 28fd4cd8e9

View File

@ -2,4 +2,4 @@ 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.
MBEDTLS_SSL_WANT_WRITE. Fixes #1916.