From 55d7e4c4748183759bbc0f268b53a69961e90267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 17 Aug 2024 08:10:21 +0200 Subject: [PATCH] relay/weechat: fix uninitialized pointer in infolist command --- src/plugins/relay/weechat/relay-weechat-protocol.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/relay/weechat/relay-weechat-protocol.c b/src/plugins/relay/weechat/relay-weechat-protocol.c index a0708867f..e9526c063 100644 --- a/src/plugins/relay/weechat/relay-weechat-protocol.c +++ b/src/plugins/relay/weechat/relay-weechat-protocol.c @@ -537,6 +537,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(infolist) msg = relay_weechat_msg_new (id); if (msg) { + pointer = NULL; args = NULL; if (argc > 1) {