From 4130ea1971c5d398a03fd45f5e3ddad237763d30 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sat, 14 Jan 2023 14:35:36 +0000 Subject: [PATCH] FvwmIconMan: fix segfault in initialisation Initialise fscreen_scr_arg correctly. Found by Felix Palmen. Fixes #659 --- modules/FvwmIconMan/x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/FvwmIconMan/x.c b/modules/FvwmIconMan/x.c index fe1ce1dce..bbe982d70 100644 --- a/modules/FvwmIconMan/x.c +++ b/modules/FvwmIconMan/x.c @@ -744,6 +744,7 @@ void X_init_manager (int man_id) if (man->geometry_str) { fscreen_scr_arg arg; arg.mouse_ev = NULL; + arg.name = NULL; geometry_mask = FScreenParseGeometryWithScreen( man->geometry_str, &man->geometry.x, &man->geometry.y,