From: Joe Orton Date: Fri, 5 Aug 2005 12:39:18 +0000 (+0000) Subject: Found a PR reference for the piped logger fd leak. X-Git-Tag: 2.0.55~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6068b18340c27742fa752592427ef7346c0e04;p=thirdparty%2Fapache%2Fhttpd.git Found a PR reference for the piped logger fd leak. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230455 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1cae6546905..8f178938084 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,8 @@ Changes with Apache 2.0.55 *) mod_ldap: Fix a possible crash in shared memory cache handling. PR 34209. [Joe Orton] - *) Fix a file descriptor leak when starting piped loggers. [Joe Orton] + *) Fix a file descriptor leak when starting piped loggers. PR 33748. + [Joe Orton] *) mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. [Brad Nicholes]