comctl32/toolbar.c: Fix Lingvo 9.0 crashes on startup [Resend 2]

Nikolay Sivov bunglehead at gmail.com
Sun Jul 12 06:58:15 CDT 2009


Vladimir Pankratov wrote:
> Hello all.
>
> Fixed Lingvo 9.0 crashes on startup.
>
> Changed files:
>
> comctl32/toolbar.c
>
> Thanks.
The very first one was better (when you fixed only division by zero).
Now you're changing path earlier:
---
+ if(rows <= 0) rows = 1;
---
There's no tests currently for that (<=0 isn't tested), could you add 
them (to test_setrows() I suppose)?




More information about the wine-devel mailing list