plugins: check_http: Increase regexp limit

This commit is contained in:
Tomas Mozes 2018-12-05 12:50:53 +01:00
parent c285edd2f3
commit 0a58acc705
No known key found for this signature in database
GPG key ID: C92A7FD26D5D7571

View file

@ -72,7 +72,7 @@ int maximum_age = -1;
enum {
REGS = 2,
MAX_RE_SIZE = 256
MAX_RE_SIZE = 1024
};
#include "regex.h"
regex_t preg;