Re: user32: Don't crash for unknown button styles

2010-08-07 Thread André Hentschel
Am 07.08.2010 14:06, schrieb Nikolay Sivov: > On 8/7/2010 15:54, André Hentschel wrote: >> Am 06.08.2010 20:44, schrieb Nikolay Sivov: >>> On 8/6/2010 22:22, André Hentschel wrote: got that case with an MFC application which had a 3state radiobutton with buttonstyle 15(decimal) wi

Re: user32: Don't crash for unknown button styles

2010-08-07 Thread André Hentschel
Am 07.08.2010 14:06, schrieb Nikolay Sivov: > On 8/7/2010 15:54, André Hentschel wrote: >> Am 06.08.2010 20:44, schrieb Nikolay Sivov: >>> On 8/6/2010 22:22, André Hentschel wrote: got that case with an MFC application which had a 3state radiobutton with buttonstyle 15(decimal) wi

Re: user32: Don't crash for unknown button styles

2010-08-07 Thread Nikolay Sivov
On 8/7/2010 15:54, André Hentschel wrote: Am 06.08.2010 20:44, schrieb Nikolay Sivov: On 8/6/2010 22:22, André Hentschel wrote: got that case with an MFC application which had a 3state radiobutton with buttonstyle 15(decimal) with this fix everything is fine as the painting of the button is

Re: user32: Don't crash for unknown button styles

2010-08-07 Thread André Hentschel
Am 06.08.2010 20:44, schrieb Nikolay Sivov: > On 8/6/2010 22:22, André Hentschel wrote: >> got that case with an MFC application which had a 3state radiobutton >> with buttonstyle 15(decimal) >> with this fix everything is fine as the painting of the button is >> handled elsewhere, without that fi

Re: user32: Don't crash for unknown button styles

2010-08-06 Thread Nikolay Sivov
On 8/6/2010 22:22, André Hentschel wrote: got that case with an MFC application which had a 3state radiobutton with buttonstyle 15(decimal) with this fix everything is fine as the painting of the button is handled elsewhere, without that fix it crashes as it reads bad data behind the array. -