]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Answer question.
authorRainer Jung <rjung@apache.org>
Thu, 27 Jun 2013 22:20:22 +0000 (22:20 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 27 Jun 2013 22:20:22 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497587 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e41c99b12075cf58c108f2c4239469c5a9f92502..79db8496542b8cdbeb28e6b55abe27cbabe831b2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -107,6 +107,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: trunk works
     +1: minfrin, rjung
     wrowe wonders why we copy and don't simply return the identity on no-change
+    rjung: From an API point of view the function - as well as the html escape functions
+           - takes a const char* and returns a plain char *. So a consumer would be free
+           to write to the returned string. There's no such place in httpd code I can
+           find but we can't rule it out for foreign modules. We could fix the signature
+           (returning const char *) in trunk but not for 2.2 ad 2.4. 
 
 
 PATCHES/ISSUES THAT ARE STALLED