Problem: An error in a pattern is reported twice.
Solution: Remove the retry with the backtracking engine, it won't work.
}
#endif
/*
- * If NFA engine failed, then revert to the backtracking engine.
- * Except when there was a syntax error, which was properly handled by
- * NFA engine.
- */
+ * If the NFA engine failed, the backtracking engine won't work either.
+ *
if (regexp_engine == AUTOMATIC_ENGINE)
prog = bt_regengine.regcomp(expr, re_flags);
+ */
}
return prog;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 29,
/**/
28,
/**/