From 014a91b4e6f50a2d0ab5d27c1547810ca3b73d15 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 27 Jun 2013 22:20:22 +0000 Subject: [PATCH] Answer question. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497587 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2