Skip to content

Commit ea937cf

Browse files
committed
Increment OVECCOUNT value for bigger regex's
1 parent 640daa4 commit ea937cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/regex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
namespace modsecurity {
2828
namespace Utils {
2929

30-
#define OVECCOUNT 50
30+
#define OVECCOUNT 900
3131

3232
class SMatch {
3333
public:

0 commit comments

Comments
 (0)