Reviewed by: stoddard, bnicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102996
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.49
+ *) mod_cgid: Fix storage corruption caused by use of incorrect pool.
+ [Jeff Trawick]
+
*) Win32: find_read_listeners was not correctly handling multiple
listeners on the Win32DisableAcceptEx path. [Bill Stoddard]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/03/16 20:19:43 $]
+Last modified at [$Date: 2004/03/16 21:10:15 $]
Release:
support/ab.c: r1.138
+1: jjclar, bnicholes
- *) mod_cgid: Fix storage corruption caused by use of incorrect pool.
- modules/generators/mod_cgid.c: r1.425
- +1: trawick, stoddard, bnicholes
-
*) Use apr_temp_dir_get for htpasswd
support/htpasswd.c: 1.75
+1: thommay
apr_pool_userdata_get((void **)&procnew, userdata_key, main_server->process->pool);
if (!procnew) {
first_time = 1;
- procnew = apr_pcalloc(p, sizeof(*procnew));
+ procnew = apr_pcalloc(main_server->process->pool, sizeof(*procnew));
procnew->pid = -1;
procnew->err = procnew->in = procnew->out = NULL;
apr_pool_userdata_set((const void *)procnew, userdata_key,