Merge branch '2.2' into develop

This commit is contained in:
Johan Wikman
2018-10-01 13:10:41 +03:00
3 changed files with 3 additions and 2 deletions

View File

@ -1277,7 +1277,7 @@ static bool cache_rule_matches_column_regexp(CACHE_RULE* self,
table_len = default_table_len;
}
char buffer[database_len + 1 + table_len + strlen(info->column) + 1];
char buffer[database_len + 1 + table_len + 1 + strlen(info->column) + 1];
buffer[0] = 0;
if (database)