Fix mixed up GRANT privilege in user manager, caused by errors and high complexity in regular expression. See issue #2671. Revert modification in SynRegExpr.pas again, now that we have only about 10 parentheses left.

This commit is contained in:
Ansgar Becker
2012-01-06 01:03:12 +00:00
parent aedbb997ab
commit 84d27865e2
2 changed files with 67 additions and 70 deletions

View File

@ -161,7 +161,7 @@ const
const
NSUBEXP = 30; // max number of subexpression //###0.929
NSUBEXP = 15; // max number of subexpression //###0.929
// Cannot be more than NSUBEXPMAX
// Be carefull - don't use values which overflow CLOSE opcode
// (in this case you'll get compiler erorr).