mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
3 lines
127 B
Text
3 lines
127 B
Text
Bugfix
|
|
* Fix undefined behavior in mbedtls_ssl_read() and mbedtls_ssl_write() if
|
|
len argument is 0 and buffer is NULL.
|