]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) core: make ap_escape_quotes() work correctly on strings
authorStefan Eissing <icing@apache.org>
Wed, 6 Apr 2022 09:17:42 +0000 (09:17 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 6 Apr 2022 09:17:42 +0000 (09:17 +0000)
commita4ea0e7799cc1bb63e5406cd427f09d668cedfae
tree19f8e1015613cafdcb9d35fbe8721eb26e869134
parent4e6d9a6618e223b7177c93d4669b01341f24c652
  *) core: make ap_escape_quotes() work correctly on strings
     with more than MAX_INT/2 characters, counting quotes double.
     Credit to <generalbugs@zippenhop.com> for finding this.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899609 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/core_ap_escape_quotes.txt [new file with mode: 0644]
server/util.c
test/unit/util.c