From b4972372a75776de3c9e6bd234a398d103677316 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Fri, 28 Apr 2017 09:19:22 +0200 Subject: [PATCH] Revert RT #131190 patches. This reverts commit ca7eb79a236b41b7722c6800527f95cd76843eed, and commit 85fde2b7c3f5631fd982f5db735b84dc9224bec0. --- regexec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/regexec.c b/regexec.c index 35b88d7..82128a7 100644 --- a/regexec.c +++ b/regexec.c @@ -5593,7 +5593,6 @@ S_regmatch(pTHX_ regmatch_info *reginfo, char *startpos, regnode *prog) if (scan->flags == EXACTL || scan->flags == EXACTFLU8) { _CHECK_AND_WARN_PROBLEMATIC_LOCALE; if (utf8_target - && nextchr >= 0 /* guard against negative EOS value in nextchr */ && UTF8_IS_ABOVE_LATIN1(nextchr) && scan->flags == EXACTL) { -- 1.8.3.1