return on connect() failure. Fixes small memory
leak for Unix MPMs in parent process if connect()
failed when waking up children.
Backport of r1300171 from trunk resp. r1301649 from 2.4.x.
Submitted by: jorton
Reviewed by: trawick, wrowe
Backported by: rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1374537 13f79535-47bb-0310-9956-
ffa450edef68
possible XSS for a site where untrusted users can upload files to
a location with MultiViews enabled. [Niels Heinen <heinenn google.com>]
+ *) Unix MPMs: Fix small memory leak in parent process if connect()
+ failed when waking up children. [Joe Orton]
+
*) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.
[Peter Pramberger <peter pramberger.at>, Jim Jagielski]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * core: (dummy_connection): Destroy tmp pool and return on connect() failure.
- trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1300171
- 2.4.x patch: http://svn.apache.org/viewvc?view=revision&revision=1301649
- 2.2.x patch: http://people.apache.org/~rjung/patches/dummy_connection-destroy-pool-and-return-on-failure-2_2.patch
- +1: rjung, trawick, wrowe
-
* mod_log_config: %{abc}C truncates cookies whose values contain '='
PR 53104
trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1328133
ap_log_error(APLOG_MARK, log_level, rv, ap_server_conf,
"connect to listener on %pI", ap_listeners->bind_addr);
+ apr_pool_destroy(p);
+ return rv;
}
/* Create the request string. We include a User-Agent so that