Files
openssl/crypto/bio
Matt Caswell 1ee7b8b97c Fix ex_data locks issue
Travis identified a problem with freeing the ex_data locks which wasn't
quite right in ff2344052. Trying to fix it identified a further problem:
the ex_data locks are cleaned up by OPENSSL_cleanup(), which is called
explicitly by CRYPTO_mem_leaks(), but then later the BIO passed to
CRYPTO_mem_leaks() is freed. An attempt is then made to use the ex_data
lock already freed.

Reviewed-by: Tim Hudson <tjh@openssl.org>
2016-04-14 22:15:32 +01:00
..
2016-02-03 19:37:07 +01:00
2016-04-07 21:18:00 +02:00
2016-03-11 21:32:13 +00:00
2016-04-13 08:59:03 +01:00
2016-03-29 17:40:54 +01:00
2016-03-30 04:35:14 +02:00
2016-03-29 17:40:54 +01:00
2016-03-29 17:40:54 +01:00
2016-03-29 17:40:54 +01:00
2016-02-11 12:40:32 -05:00
2016-04-14 22:15:32 +01:00
2016-03-29 17:40:54 +01:00
2016-03-21 16:49:10 -04:00
2016-04-11 14:57:34 +02:00
2016-03-29 17:40:54 +01:00
2016-03-29 17:40:54 +01:00
2016-03-29 17:40:54 +01:00
2016-03-30 04:35:14 +02:00