[Bug 7940] Shareaza crashing before GUI loads

Wine Bugs wine-bugs at winehq.org
Sat May 5 13:26:59 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7940





------- Additional Comments From mikolaj.zalewski at gmail.com  2007-05-05 13:26 -------
The problem is that Shareaza send uninitialized structures to Shell_NotifyIconW.
The current code tries to send this data to explorer but fails as the
nid->cbSize may be very large. I've sent a patch
(http://www.winehq.org/pipermail/wine-patches/2007-May/038889.html) that, as
under Windows, fails Shell_NotifyIconW if the cbSize is invalid

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list