[issue28588] Memory leak in OpenSSL thread state

2017-09-07 Thread Christian Heimes
Christian Heimes added the comment: It's rather painful to fix the issue. Since the memory leak only affects users that create and destroy a lot of threads and the bug has been addressed by OpenSSL 1.1.0, I won't fix it. If users are running into the issue, they should rather update to more re

[issue28588] Memory leak in OpenSSL thread state

2016-11-02 Thread Christian Heimes
New submission from Christian Heimes: Quote from https://github.com/curl/curl/issues/964 --- I wrote to Matt Caswell from openssl.org about this memleah, and he answered: OpenSSL maintains a separate error queue for each thread. On each queue there can be multiple errors. ERR_get_state() does n