summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-02-08 18:00:45 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-02-08 18:00:45 +0000
commit202d68f6b352b677952961187b54d62ae3b89722 (patch)
tree24e41c797828111805dc502d368ae8969be234b8 /pcre_internal.h
parent39cae36af8f12dc6765f6c0a6395356c7cd2921e (diff)
downloadpcre-202d68f6b352b677952961187b54d62ae3b89722.tar.gz
Disallow quantification of assertions used as conditions.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1523 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index 02d3ab1..1c5f4ce 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -2446,6 +2446,7 @@ typedef struct compile_data {
BOOL had_pruneorskip; /* (*PRUNE) or (*SKIP) encountered */
BOOL check_lookbehind; /* Lookbehinds need later checking */
BOOL dupnames; /* Duplicate names exist */
+ BOOL iscondassert; /* Next assert is a condition */
int nltype; /* Newline type */
int nllen; /* Newline string length */
pcre_uchar nl[4]; /* Newline string when fixed length */