]> granicus.if.org Git - apache/commitdiff
reflect assignment of CVE-2010-0434
authorJeff Trawick <trawick@apache.org>
Wed, 3 Mar 2010 11:49:06 +0000 (11:49 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 3 Mar 2010 11:49:06 +0000 (11:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918428 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3b213a12e7ca36b5d550ef84ee799ddc308671d9..f3e69f7091da48c5f9536ab82cd9c2647e654670 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -101,7 +101,8 @@ Changes with Apache 2.3.6
 
 Changes with Apache 2.3.5
 
-  *) Ensure each subrequest has a shallow copy of headers_in so that the
+  *) SECURITY: CVE-2010-0434 (cve.mitre.org)
+     Ensure each subrequest has a shallow copy of headers_in so that the
      parent request headers are not corrupted.  Eliminates a problematic
      optimization in the case of no request body.  PR 48359 
      [Jake Scott, William Rowe, Ruediger Pluem]