mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
adjust pcre out vector size to multiple of 3
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user