mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 00:56:21 +00:00
coroipcs: init buf in coroipcs_handler_dispatch
Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
c2a39cb8e2
commit
ea0a24866c
@ -1597,7 +1597,7 @@ int coroipcs_handler_dispatch (
|
||||
mar_req_setup_t *req_setup;
|
||||
struct conn_info *conn_info = (struct conn_info *)context;
|
||||
int res;
|
||||
char buf;
|
||||
char buf = 0;
|
||||
|
||||
if (ipc_thread_exiting (conn_info)) {
|
||||
return conn_info_destroy (conn_info);
|
||||
|
Loading…
Reference in New Issue
Block a user