From 3c8d6fc1757aae7b9f76db701dcc667552984f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 26 Apr 2019 13:32:51 +0300 Subject: [PATCH] Fix Werror=format-overflow warning in bug471 --- maxscale-system-test/bug471.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxscale-system-test/bug471.cpp b/maxscale-system-test/bug471.cpp index 378523b1e..6ab91929f 100644 --- a/maxscale-system-test/bug471.cpp +++ b/maxscale-system-test/bug471.cpp @@ -161,7 +161,7 @@ int main(int argc, char* argv[]) char server_id[256]; char server_id_d[256]; - char hint_sql[64]; + char hint_sql[80]; for (int i = 1; i < 25; i++) {