mbedtls/ChangeLog.d/mbedtls_ssl_read_undefined_behavior.txt

4 lines
127 B
Text
Raw Normal View History

Bugfix
* Fix undefined behavior in mbedtls_ssl_read() and mbedtls_ssl_write() if
len argument is 0 and buffer is NULL.