Re: [openssl-users] TLS leak for openssl 1.1.0b with libcurl 7.50.3

2017-03-25 Thread Salz, Rich via openssl-users
: [openssl-users] TLS leak for openssl 1.1.0b with libcurl 7.50.3 I use libcurl 7.50.3 as statically linked in my application dll , along with openssl 1.1.0b also statically linked. The dll is dynamically loaded using LoadLibrary() and unloaded using FreeLibrary() inside application exe. I observed a TLS

[openssl-users] TLS leak for openssl 1.1.0b with libcurl 7.50.3

2017-03-25 Thread ghanashyam satpathy
I use libcurl 7.50.3 as statically linked in my application dll , along with openssl 1.1.0b also statically linked. The dll is dynamically loaded using LoadLibrary() and unloaded using FreeLibrary() inside application exe. I observed a TLS index is not getting freed which was allocated inside opens