mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-01 23:31:01 +02:00
adjust pcre out vector size to multiple of 3
This commit is contained in:
parent
864d287d94
commit
5acd07cf34
@ -26,7 +26,7 @@
|
||||
namespace Poco {
|
||||
|
||||
|
||||
const int RegularExpression::OVEC_SIZE = 64;
|
||||
const int RegularExpression::OVEC_SIZE = 63; // 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