Commit 473f0749 authored by Joe Orton's avatar Joe Orton
Browse files

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
parent ca05931d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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]