https://bugs.winehq.org/show_bug.cgi?id=49902 winetaste(a)gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetaste(a)gmx.net --- Comment #3 from winetaste(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.