]> granicus.if.org Git - apache/commitdiff
merged to 2.4.x
authorJeff Trawick <trawick@apache.org>
Mon, 19 Aug 2013 11:41:29 +0000 (11:41 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 19 Aug 2013 11:41:29 +0000 (11:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515371 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 43a9fd02620f0343ac4d7f8906c4e2de6cd6e347..592f0a5ab388f7a79b7663cdc875eb45920c17c7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,10 +12,6 @@ Changes with Apache 2.5.0
   *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
      [Jeff Trawick]
 
-  *) ab: Fix potential buffer overflows when processing the T and X
-     command-line options.  PR 55360.
-     [Mike Rumph <mike.rumph oracle.com>]
-
   *) mod_unique_id: Use output of the PRNG rather than IP address and
      pid, avoiding sleep() call and possible DNS issues at startup,
      plus improving randomness for IPv6-only hosts.