https://bugs.winehq.org/show_bug.cgi?id=49902
winetaste@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetaste@gmx.net
--- Comment #3 from winetaste@gmx.net --- (In reply to Nikolay Sivov from comment #2)
I believe it is an application bug. It handles tooltip notifications like this:
case IDC_ABOUT: utf8_to_wchar_no_alloc(lmprintf(MSG_302), wtooltip,
ARRAYSIZE(wtooltip)); lpttt->lpszText = wtooltip; break;
wtooltip[] here is on stack in window procedure, handling notification. Returning pointers to it is not a good idea.
But it is working with native Windows. Does Wine not need to handle this?
Confirming for Wine 6.2