X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=inline;f=pcre%2Fpcre.c;h=38d0113be0e4d2c26abb5c316e7adf7c2199cf59;hb=7561fe12f24fdb42375f78ba965e952c3841fbeb;hp=1e602df4399fe39bc6c7d8e99bb77fb72fa4367c;hpb=dc80a8219d68d1e25821219e0b3b5bcda5bae21e;p=privoxy.git diff --git a/pcre/pcre.c b/pcre/pcre.c index 1e602df4..38d0113b 100644 --- a/pcre/pcre.c +++ b/pcre/pcre.c @@ -3018,11 +3018,6 @@ while ((c = *(++ptr)) != 0) *errorptr = "internal error"; goto PCRE_ERROR_RETURN; } - if ((int)ptr[1] >= tables_length - ctypes_offset) - { - *errorptr = ERR6; - goto PCRE_ERROR_RETURN; - } } /* This "while" is the end of the "do" above. */