Re: Bug in MapAndLoad function

2006-11-17 Thread Louis Lenders
> There's nothing wrong with bringing this up on wine-devel. Adam has > taken the time to track down the possible bug culprit, and he's > sharing it with the developers. If, on the other hand, he had just > said, "app xyz doesn't work, don't know why" the the response would be > correct. Not e

Re: Bug in MapAndLoad function

2006-11-17 Thread James Hawkins
On 11/17/06, Aaron Slunt <[EMAIL PROTECTED]> wrote: Adam Connell wrote: > Greetings, > > While investigating why a game (Kasparov's Chessmate) didn't work, > I think I found a bug in the implementation of imagehlp.dll in the > the MapAndLoad function located in dlls/imagehlp/access.c lines > 165-

Re: Bug in MapAndLoad function

2006-11-17 Thread Aaron Slunt
Aaron Slunt wrote: Adam Connell wrote: Greetings, While investigating why a game (Kasparov's Chessmate) didn't work, I think I found a bug in the implementation of imagehlp.dll in the the MapAndLoad function located in dlls/imagehlp/access.c lines 165-167. The function looks like it tries to op

Re: Bug in MapAndLoad function

2006-11-17 Thread Aaron Slunt
Adam Connell wrote: Greetings, While investigating why a game (Kasparov's Chessmate) didn't work, I think I found a bug in the implementation of imagehlp.dll in the the MapAndLoad function located in dlls/imagehlp/access.c lines 165-167. The function looks like it tries to open an uninitialized

Bug in MapAndLoad function

2006-11-17 Thread Adam Connell
Greetings, While investigating why a game (Kasparov's Chessmate) didn't work, I think I found a bug in the implementation of imagehlp.dll in the the MapAndLoad function located in dlls/imagehlp/access.c lines 165-167. The function looks like it tries to open an uninitialized string szFileName inst