]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_regex: Follow up to r1897244: Fix pmatch overflow and returned value at limits.
authorYann Ylavic <ylavic@apache.org>
Thu, 20 Jan 2022 12:47:02 +0000 (12:47 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 20 Jan 2022 12:47:02 +0000 (12:47 +0000)
commit38dddb187af8189d12fee18aea367824a20ffd10
treef345ecca5ac2a2994777ea47db060376398cd419
parent2a59c923685dce9f4d726f45c222df27bbdf1f1f
ap_regex: Follow up to r1897244: Fix pmatch overflow and returned value at limits.

Don't write to pmatch[nlimit:] when ncaps > nlimit, rc should not exceed nmatch
either as before r1897244.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897248 13f79535-47bb-0310-9956-ffa450edef68
server/util_pcre.c