From 01765df1fffe986fd0db059bf5d62d5d456040db Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sun, 17 Apr 2022 07:46:38 +0100 Subject: [PATCH] gcc12: extend test-client buffer for dumb increment --- test-apps/test-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-apps/test-client.c b/test-apps/test-client.c index afed493f9..05d08ed72 100644 --- a/test-apps/test-client.c +++ b/test-apps/test-client.c @@ -125,7 +125,7 @@ callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, #endif #endif const char *which = "http"; - char which_wsi[20], buf[50 + LWS_PRE]; + char which_wsi[50], buf[80 + LWS_PRE]; int n; switch (reason) {