summaryrefslogtreecommitdiff
path: root/src/pcre2_intmodedep.h
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-05-24 17:15:48 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-05-24 17:15:48 +0000
commitbe0b8eba4f57f4572a6744cc534081fc7249386d (patch)
treecf4eb5c8740d93c022457fd7628f3fb3f152e29b /src/pcre2_intmodedep.h
parentd45c1c6b2ee61449c2e574f4e2ef598846bdf851 (diff)
downloadpcre2-be0b8eba4f57f4572a6744cc534081fc7249386d.tar.gz
Implement support for invalid UTF in the pcre2_match() interpreter.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1094 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_intmodedep.h')
-rw-r--r--src/pcre2_intmodedep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2_intmodedep.h b/src/pcre2_intmodedep.h
index bf3a235..9f909b3 100644
--- a/src/pcre2_intmodedep.h
+++ b/src/pcre2_intmodedep.h
@@ -866,6 +866,7 @@ typedef struct match_block {
PCRE2_SPTR name_table; /* Table of group names */
PCRE2_SPTR start_code; /* For use when recursing */
PCRE2_SPTR start_subject; /* Start of the subject string */
+ PCRE2_SPTR check_subject; /* Where UTF-checked from */
PCRE2_SPTR end_subject; /* End of the subject string */
PCRE2_SPTR end_match_ptr; /* Subject position at end match */
PCRE2_SPTR start_used_ptr; /* Earliest consulted character */