1 --- a/drivers/sqlite3/dbd_sqlite3.c
2 +++ b/drivers/sqlite3/dbd_sqlite3.c
3 @@ -1451,7 +1451,7 @@ static int getTables(char** tables, int
7 - word_lower[item-start+1];
8 + char word_lower[item-start+1];
9 strncpy(word_lower,start,item-start);
10 word_lower[item-start] = '\0';