diff options
author | Jeff Trawick <trawick@apache.org> | 2005-10-06 20:31:03 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2005-10-06 20:31:03 +0000 |
commit | 8aa8c98bd0c64f19bec11b125f2de0ef52656f0e (patch) | |
tree | 95b81bc935b96b038993621dd38936fb3f4a02c7 /CHANGES | |
parent | a4e7576ddf13bf68b97ff5789444c24e5b9e0390 (diff) | |
download | httpd-8aa8c98bd0c64f19bec11b125f2de0ef52656f0e.tar.gz |
mod_proxy_connect: Fix high CPU loop on systems like UnixWare which
trigger POLL_ERR or POLL_HUP on a terminated connection.
PR: 36951
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ Changes with Apache 2.3.0 Changes with Apache 2.1.9 + *) mod_proxy_connect: Fix high CPU loop on systems like UnixWare which + trigger POLL_ERR or POLL_HUP on a terminated connection. PR 36951. + [Jeff Trawick, Ruediger Pluem] + *) SECURITY: CAN-2005-2970 (cve.mitre.org) worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames, Jeff Trawick] |