]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the rest of the apr_pool_userdata_setn() bogosity w.r.t. DSO modules.
authorCliff Woolley <jwoolley@apache.org>
Sat, 25 May 2002 20:10:55 +0000 (20:10 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sat, 25 May 2002 20:10:55 +0000 (20:10 +0000)
commit159e64c375cbd3a0a6a690f17673dc9e08c19e94
tree054ffd86cd036b12eda3f0aa662abd535b014ac5
parent28c0abb23f30d3735db08a909f538cc67792a022
Fix the rest of the apr_pool_userdata_setn() bogosity w.r.t. DSO modules.
It's totally unsafe to use apr_pool_userdata_setn() in the post_config
phase of a module, since on some platforms when the DSO gets reloaded
between phases, the data segment will be at a different address on the
second phase and the userdata_get() call will fail.

PR: 9413
Submitted by: Tsuyoshi Sasamoto <nazonazo@super.win.ne.jp>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95287 13f79535-47bb-0310-9956-ffa450edef68
ssl_scache.c