summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-28 18:59:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-28 18:59:40 +0000
commit5eb8d51bae2ddf98313629134e88a389fe319605 (patch)
tree0d30190424c6c64c165f3c0d8de9277ac03e2e70 /pcre.h.in
parent7c4c354abaae9c3d29cb7cd47be7bcdee4078bbe (diff)
downloadpcre-5eb8d51bae2ddf98313629134e88a389fe319605.tar.gz
Avoid false positive for infinite recursion by not checking conditionals at
compile time, but add tests at runtime that also catch infinite mutual recursion. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@642 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 0de2add..6a46fb7 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -163,6 +163,7 @@ compile-time only bits for runtime options, or vice versa. */
#define PCRE_ERROR_BADNEWLINE (-23)
#define PCRE_ERROR_BADOFFSET (-24)
#define PCRE_ERROR_SHORTUTF8 (-25)
+#define PCRE_ERROR_RECURSELOOP (-26)
/* Specific error codes for UTF-8 validity checks */