From: Vsevolod Stakhov Date: Fri, 10 Nov 2023 09:39:24 +0000 (+0000) Subject: [Minor] Fix override X-Git-Tag: 3.8.0~80^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cb50806deb48cb9de56f8d0c8cb38decd55afac6;p=rspamd.git [Minor] Fix override --- diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 6fd1f168b..ed85d7933 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -4617,7 +4617,7 @@ fuzzy_lua_ping_storage(lua_State *L) if (lua_type(L, 5) == LUA_TSTRING) { const gchar *server_name = lua_tostring(L, 5); enum rspamd_parse_host_port_result res; - GPtrArray *addrs; + GPtrArray *addrs = g_ptr_array_new(); /* We resolve address synchronously here! Why? Because it is an override... */ res = rspamd_parse_host_port_priority(server_name, &addrs, 0, NULL,