[PATCH 1/2] wmaker: fix crash for windows without WM_HINTS
3 views
Skip to first unread message
david.m...@gmail.com
unread,
Apr 6, 2026, 5:54:45 PMApr 6
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Window Maker Development
This patch is adding a guard before calling wm_hints->icon_pixmap. Crash can be reproduced with decoration-less apps when disabling "Emulate application icon" attribute.
Ref:
Program terminated with signal SIGSEGV, Segmentation fault. 806 if (!getSize(wwin->wm_hints->icon_pixmap, &w, &h, &d)) { [Current thread is 1 (Thread 0x7ffff660ed40 (LWP 29297))] --- src/icon.c | 3 +++ 1 file changed, 3 insertions(+)