This transaction appears to have no content
In looking at this further, I note that even in a static lib build of OpenSSL, the OPENSSL_cpuid_setup() function is putin the CRT$XCU segment that is to be executed as part of static global initializations.  Anything that runs like that is subject to the same issues as whatever runs in DllMain() is, so this means that this same getenv() deadlock problem can also occur even if the OpenSSL library itself is static, rather than a DLL.


- Michael


On Feb 26, 2011, Michael M. Welch <[email protected]> wrote:




Reply via email to