Re: gdi32: check for null-pointer in CreateDIBSection
On 5/19/07, Louis. Lenders <xerox_xerox2000(a)yahoo.co.uk> 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?
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 <xerox_xerox2000(a)yahoo.co.uk> 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?
participants (2)
-
Jesse Allen -
Laurent Vromman