Manuel Pégourié-Gonnard bc4b7f08ba Fix possible race in ssl_list_ciphersuites()
Thread A: executing for loop of ssl_list_ciphersuites()
Thread B: call ssl_list_cipher_suites(), see init == 0
Thread A: return, start using the result
Thread B: memset(0) on the list used by thread A
2013-09-08 20:07:48 +02:00
..
2013-08-27 22:21:21 +02:00
2013-08-27 22:21:21 +02:00
2013-09-04 12:29:26 +02:00
2013-09-05 17:06:10 +02:00
2013-08-20 20:46:04 +02:00
2013-08-20 20:08:29 +02:00
2012-11-02 10:59:36 +00:00
2013-08-27 22:21:20 +02:00
2013-08-31 18:07:42 +02:00
2013-08-28 16:21:34 +02:00
2013-08-28 16:21:34 +02:00
2010-07-18 20:36:00 +00:00