]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
veto change to ap_rgetline_core(); should be reverted on truck as well
authorRoy T. Fielding <fielding@apache.org>
Tue, 20 Jul 2010 19:33:28 +0000 (19:33 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 20 Jul 2010 19:33:28 +0000 (19:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965967 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 504d4ad2615b8951c4df384d3024f027c02cd617..76905bb02fa63f52489dfc822e6b69e58c0b02f0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -216,6 +216,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=892678
      2.2 patch: trunk patch Works with offset.
      +1: niq
+     -1: fielding: this routine is hand-optimized for speed, and the
+         "solution" is to add an if (strlen(*s) < bytes_handled - 1)
+         to every single line read?  Seriously?  If we want to have
+         ap_rgetline_core() enforce validity, then we should be using a
+         stop character array and error on all control characters not
+         allowed by HTTP.
 
    * core: (re)-introduce -T commandline option to suppress documentroot
      check at startup