Improve changelog

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2023-02-24 15:43:43 +00:00
parent 1215557e91
commit fb07c37cb1

View File

@@ -1,2 +1,3 @@
Bugfix
* Fixed undefined behavior in mbedtls_ssl_read if len argument is 0
* Fix undefined behavior in mbedtls_ssl_read() and mbedtls_ssl_write() if
len argument is 0 and buffer is NULL.