]> git.pld-linux.org Git - packages/apache.git/blob - httpd-2.0.47-sslcleanup.patch
rel 5; auth_ldap requires ldap module; fix apr1 patch for ldap once more
[packages/apache.git] / httpd-2.0.47-sslcleanup.patch
1
2 Ensure that when mod_ssl is unloaded, libcrypto doesn't
3 still have the thread_id callback pointing at a mod_ssl
4 function.
5
6 This can cause headaches like #97207
7
8 --- httpd-2.0.47/modules/ssl/ssl_util.c.sslcleanup
9 +++ httpd-2.0.47/modules/ssl/ssl_util.c
10 @@ -455,6 +455,8 @@
11  {
12      CRYPTO_set_locking_callback(NULL);
13  
14 +    CRYPTO_set_id_callback(NULL);
15 +
16      /* Let the registered mutex cleanups do their own thing 
17       */
18      return APR_SUCCESS;
This page took 0.060338 seconds and 3 git commands to generate.