]> granicus.if.org Git - apache/commit
*) SECURITY: CAN-2004-0174 (cve.mitre.org)
authorJeff Trawick <trawick@apache.org>
Fri, 19 Mar 2004 11:16:03 +0000 (11:16 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 Mar 2004 11:16:03 +0000 (11:16 +0000)
commit4d8f4c26d62142dd48570038ab80d9e98f307a9b
tree3325ee8042b40a431bcf67e66832a8888f870aa1
parent77b387e14b4b75f6cf38750902530fcda85429d2
  *) SECURITY: CAN-2004-0174 (cve.mitre.org)
     Fix starvation issue on listening sockets where a short-lived
     connection on a rarely-accessed listening socket will cause a
     child to hold the accept mutex and block out new connections until
     another connection arrives on that rarely-accessed listening socket.
     With Apache 2.x there is no performance concern about enabling the
     logic for platforms which don't need it, so it is enabled everywhere
     except for Win32.  [Jeff Trawick]

(already in 2.0.49, propagating to mirrors now)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103029 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
configure.in
include/ap_config.h
os/unix/unixd.c
server/listen.c
server/mpm/netware/mpm_netware.c