mbedtls/ChangeLog.d/mbedtls_ssl_comfig_defaults-memleak.txt
Glenn Strauss cee11296aa Reset dhm_P and dhm_G if config call repeated
Reset dhm_P and dhm_G if call to mbedtls_ssl_config_defaults() repeated
to avoid leaking memory.

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2021-12-20 20:24:56 -05:00

2 lines
78 B
Text

Bugfix
* Fix memory leak if mbedtls_ssl_config_defaults() call is repeated