http://bugs.winehq.org/show_bug.cgi?id=16283
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2009-02-26 14:41:18 --- This program passes an invalid iString to CreateToolbarEx - I've contacted the author and he said he forgot to initialize the iString for separators. He has a fixed version, but if there is an app that depends on it, maybe we should also add an IsBadStringPtr or an exception handler in TB_ADDBUTTON - my experience with this message is that Windows is resillient to invalid pointers. We should also check what iString is returned from TB_GETBUTTONINFO for such a button.