mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-09 12:40:57 +00:00
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
Bugfix
|
|
* Fix memory leak in ssl_parse_certificate_request() caused by
|
|
mbedtls_x509_get_name() not freeing allocated objects in case of error.
|
|
Change mbedtls_x509_get_name() to clean up allocated objects on error.
|