]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I did the work, got out the vote, back-ported it, removed the vote, but forgot
authorPaul J. Reder <rederpj@apache.org>
Thu, 13 Mar 2003 20:46:27 +0000 (20:46 +0000)
committerPaul J. Reder <rederpj@apache.org>
Thu, 13 Mar 2003 20:46:27 +0000 (20:46 +0000)
to move the CHANGES entry... Darn. I've moved it to where it *should* have
been. I hope this causes less confusion than having it out of sequence would
have...

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 2b26c9b775aef0efda3c5d8d1adf2eb4fd808237..893f9ccdd8ee13db5cd80fc12ed3f3f4c6541154 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -204,6 +204,11 @@ Changes with Apache 2.0.44
      eliminate the need for explicitly coding MCacheMaxStreamingBuffer
      in most configurations. [Bill Stoddard]
 
+  *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when
+     a redirect occurs. The code was passing a format string and
+     integer to apr_pstrcat. Changed to apr_psprintf.
+     [Paul J. Reder]
+
   *) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
      as set by apr-util in util_ldap.c. This should allow mod_ldap
      to work with the Netscape/Mozilla LDAP library. [Øyvin Sømme