mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 15:22:11 -04:00
Add ChangeLog entry for memory leak fix
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
8c176b487a
commit
854be05949
4
ChangeLog.d/fix_x509_get_name_mem_leak.txt
Normal file
4
ChangeLog.d/fix_x509_get_name_mem_leak.txt
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user