mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 12:58:03 +01:00
change pcre ovec size to multiple of 3
This commit is contained in:
parent
e4ed928717
commit
39480503ee
@ -26,7 +26,7 @@
|
||||
namespace Poco {
|
||||
|
||||
|
||||
const int RegularExpression::OVEC_SIZE = 128;
|
||||
const int RegularExpression::OVEC_SIZE = 126; // must be multiple of 3
|
||||
|
||||
|
||||
RegularExpression::RegularExpression(const std::string& pattern, int options, bool study): _pcre(0), _extra(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user