mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 07:31:37 +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 {
|
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)
|
RegularExpression::RegularExpression(const std::string& pattern, int options, bool study): _pcre(0), _extra(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user