Re: gdi32: check for null-pointer in CreateDIBSection

2007-05-20 Thread Laurent Vromman

Hi,

I am not sure at all there a link between what I say and a hiding bug 
somewhere around
this patch, but bug 8088 is due to a problem around DIB section and 
bitmapinfo too.


Maybe a cross analysis between those two bugs could help find this 
hiding bug.


I hope this can help,

Laurent

Jesse Allen a écrit :

On 5/19/07, Louis. Lenders <[EMAIL PROTECTED]> wrote:

Hi , this fixes bug 8066,
http://bugs.winehq.org/show_bug.cgi?id=8066

See the crash log here:
http://bugs.winehq.org/attachment.cgi?id=5800&action=view ,
CreateDIBSection is called with bitmapinfo = null.





The program should be passing in a correctly initialized BITMAPINFO.
We need to make sure this isn't hiding another bug. Could you provide
a test case?









Re: gdi32: check for null-pointer in CreateDIBSection

2007-05-19 Thread Jesse Allen

On 5/19/07, Louis. Lenders <[EMAIL PROTECTED]> wrote:

Hi , this fixes bug 8066,
http://bugs.winehq.org/show_bug.cgi?id=8066

See the crash log here:
http://bugs.winehq.org/attachment.cgi?id=5800&action=view ,
CreateDIBSection is called with bitmapinfo = null.





The program should be passing in a correctly initialized BITMAPINFO.
We need to make sure this isn't hiding another bug. Could you provide
a test case?