From: Rainer Jung Date: Thu, 27 Jun 2013 22:20:22 +0000 (+0000) Subject: Answer question. X-Git-Tag: 2.2.25~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014a91b4e6f50a2d0ab5d27c1547810ca3b73d15;p=thirdparty%2Fapache%2Fhttpd.git Answer question. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497587 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e41c99b1207..79db8496542 100644 --- 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