]> granicus.if.org Git - curl/commit
openssl: fix memory leak of SSLKEYLOGFILE filename
authorJay Satiro <raysatiro@yahoo.com>
Wed, 3 Jan 2018 20:22:41 +0000 (15:22 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 3 Jan 2018 20:22:41 +0000 (15:22 -0500)
commit129390a518c41739364081c8966a718f2ac347a4
tree5e9b91eca442e4bc58acb91b1bd27e78723e4eaa
parent272613df020c29a445738856dda29a9803b9bedb
openssl: fix memory leak of SSLKEYLOGFILE filename

- Free the copy of SSLKEYLOGFILE env returned by curl_getenv during ossl
  initialization.

Caught by ASAN.
lib/vtls/openssl.c