17 Sep
2024
17 Sep
'24
7:40 a.m.
Rémi Bernon (@rbernon) commented about programs/explorer/systray.c:
/* FIXME: if statement only needed because we don't support interprocess * icon handles */ - if ((nid.uFlags & NIF_ICON) && cds->cbData > sizeof(*data)) + if ((nid.uFlags & NIF_ICON) && cds->cbData > ((char*)icon_data - (char*)data))
You can keep the sizeof I think? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2875#note_82357