Re: user32/cursoricon: Fix an uninitialized pointer.

2010-12-20 Thread Adam Martinson
On 12/20/2010 01:40 PM, Adam Martinson wrote: --- dlls/user32/cursoricon.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) This is wrong, please ignore it.

Re: USER32: cursoricon

2005-01-11 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > Well, have you any suggestions about read access error in next lines? > for (i=0; i < entries; i++) > size += bits->idEntries[i].dwDIBSize + (fCursor ? sizeof(POINT16): 0); > I guess there is incorrect number of entries (idCount). > Can I check

Re: USER32: cursoricon

2005-01-11 Thread Vitaly Lipatov
В сообщении от 11 Январь 2005 16:48 Alexandre Julliard написал(a): > Vitaly Lipatov <[EMAIL PROTECTED]> writes: > > Changelog: > > return fail if file format is unknown > > This will make it fail for all normal cursor/icon files. These don't > have a header so you can't check a magic number. We

Re: USER32: cursoricon

2005-01-11 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > Changelog: > return fail if file format is unknown This will make it fail for all normal cursor/icon files. These don't have a header so you can't check a magic number. -- Alexandre Julliard [EMAIL PROTECTED]