]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_regex: Follow up to r1897240: Fetch the ovector _after_ the match.
authorYann Ylavic <ylavic@apache.org>
Tue, 1 Feb 2022 10:51:30 +0000 (10:51 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 1 Feb 2022 10:51:30 +0000 (10:51 +0000)
commit29412ec3ecbb5f37996b69030f564b86fb19eee7
tree98c4b44719f2f8582a3c1728d122335d530bcfcf
parentbca2e9c14ceaf3eb0e11bfe2a0595a9208fee452
ap_regex: Follow up to r1897240: Fetch the ovector _after_ the match.

Possibly(?) pcre2_match() can modifiy the given pcre2_match_data and invalidate
the old ovector, be safe and fetch it after.

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