-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2021-10-18
-
135
SSLThreadInfo class keeps mutexes inside a function-local static, which is intentionally leaked so that it never gets auto-disposed
This ticket is to keep leaking it, but make it a variable. The goal is to make it possible to examine such variable via gdb in case a deadlock occurs even when local variable is optimized