From b984dac55bdd0a5b694837fb8fb2ceb07ce9808f Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 07 九月 2021 11:25:57 +0800 Subject: [PATCH] resize the buf allocation to dynamic buf. --- src/socket/bus_server_socket.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/socket/bus_server_socket.cpp b/src/socket/bus_server_socket.cpp index 80f7338..8b022e1 100644 --- a/src/socket/bus_server_socket.cpp +++ b/src/socket/bus_server_socket.cpp @@ -676,7 +676,6 @@ int flag; char * action, *topic, *topics, *buf, *content; size_t head_len; - char resp_buf[128]; bus_head_t head; int rv; -- Gitblit v1.8.0