diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 18:07:55 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 18:07:55 +0100 |
commit | 553b437d3835764f260df43c74b2e50dacda9c54 (patch) | |
tree | 958037ad2350bd096ea4fd022086db502e6cd8f5 /pcre/pcreposix.c | |
parent | 8cc5973f1a18654e2e09076adeece2897a768411 (diff) | |
download | mariadb-git-553b437d3835764f260df43c74b2e50dacda9c54.tar.gz |
8.36
Diffstat (limited to 'pcre/pcreposix.c')
-rw-r--r-- | pcre/pcreposix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcre/pcreposix.c b/pcre/pcreposix.c index ed506197a53..f024423b634 100644 --- a/pcre/pcreposix.c +++ b/pcre/pcreposix.c @@ -172,7 +172,8 @@ static const int eint[] = { REG_BADPAT, /* invalid range in character class */ REG_BADPAT, /* group name must start with a non-digit */ /* 85 */ - REG_BADPAT /* parentheses too deeply nested (stack check) */ + REG_BADPAT, /* parentheses too deeply nested (stack check) */ + REG_BADPAT /* missing digits in \x{} or \o{} */ }; /* Table of texts corresponding to POSIX error codes */ |