]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r290465 from trunk:
authorMartin Kraemer <martin@apache.org>
Tue, 20 Sep 2005 15:13:31 +0000 (15:13 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 20 Sep 2005 15:13:31 +0000 (15:13 +0000)
Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
Reported by David Blake in 2003, including patch.

Reviewed by: martin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290466 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 96a539b25eb135d249ec389801f432d66c09914b..6443b218e7b79f3a0e35821aa216ed6a9b841782 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.1.8
 
+  *) Fix PR 25659 - Memory leak in ssl_util_algotypeof()
+     [David Blake <dblake hp com>, Martin Kraemer]
+
   *) Document the ReceiveBufferSize change done in r157583 [Murray
      Nesbitt <murray@cpan.org>]