diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-08-03 09:44:26 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-08-03 09:44:26 +0000 |
commit | 75b9ee14aeb7918df499bafbce0bf25530914aee (patch) | |
tree | 77ba70018bbe6990a97b93a4063d8e44fcd085ac /config-cmake.h.in | |
parent | 569ff321e6c24c82804d82fc1c0ef1bb9f0f5328 (diff) | |
download | pcre-75b9ee14aeb7918df499bafbce0bf25530914aee.tar.gz |
Refactor the integer overflow testing so as to avoid imposing an artificial
limit on the size of subpatterns.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@202 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'config-cmake.h.in')
-rw-r--r-- | config-cmake.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config-cmake.h.in b/config-cmake.h.in index 0f6c1e5..9ca7f5b 100644 --- a/config-cmake.h.in +++ b/config-cmake.h.in @@ -26,6 +26,5 @@ #define MAX_NAME_SIZE 32 #define MAX_NAME_COUNT 10000 -#define MAX_DUPLENGTH 30000 /* end config.h for CMake builds */ |