]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES entry for VU#379828.
authorSander Striker <striker@apache.org>
Wed, 9 Jul 2003 10:57:03 +0000 (10:57 +0000)
committerSander Striker <striker@apache.org>
Wed, 9 Jul 2003 10:57:03 +0000 (10:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100503 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 761606330688b8d1990f0278331d797f0e56d1ee..fde087cf36b2926445f521939691320932b22e1f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
 Changes with Apache 2.0.47
 
-  *) Prevent the server from crashing when entering infinite loops. The
-     new LimitInternalRecursion directive configures limits of subsequent
-     internal redirects and nested subrequests, after which the request
-     will be aborted.  PR 19753 (and probably others).
+  *) SECURITY [VU#379828] Prevent the server from crashing when entering
+     infinite loops. The new LimitInternalRecursion directive configures
+     limits of subsequent internal redirects and nested subrequests, after
+     which the request will be aborted.  PR 19753 (and probably others).
      [William Rowe, Jeff Trawick, AndrĂ© Malo]
                      
   *) core_output_filter: don't split the brigade after a FLUSH bucket if