1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.6 into 10.11

This commit is contained in:
Marko Mäkelä
2024-05-30 16:04:00 +03:00
111 changed files with 1451 additions and 296 deletions

View File

@@ -2178,7 +2178,7 @@ static int add_keyword_path(String *str, const char *keyword,
const char *path)
{
char temp_path[FN_REFLEN];
strcpy(temp_path, path);
safe_strcpy(temp_path, sizeof(temp_path), path);
#ifdef _WIN32
/* Convert \ to / to be able to create table on unix */
char *pos, *end;