RAND_screen() thread safety and RAND_poll() initialization

2009-07-23 Thread Tanguy Fautré
Hi, Using OpenSSL 0.9.8j via LibCurl 7.19.5, we've discovered some random crashes and deadlocks that, after further investigations, led us to a call to RAND_screen() from LibCurl. Two things puzzles me about the implementation of RAND_screen(), hinting that it could maybe be a thread safety

Re: RAND_screen() thread safety and RAND_poll() initialization

2009-07-23 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tanguy Fautré wrote: | Hi, | | Using OpenSSL 0.9.8j via LibCurl 7.19.5, we've discovered some random crashes and deadlocks that, | after further investigations, led us to a call to RAND_screen() from LibCurl. | | Two things puzzles me about the