http://bugs.winehq.org/show_bug.cgi?id=21543
Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2011-01-31 13:47:38 CST --- I couldn't reproduce this bug using gnome-screenshot, so it was probably fixed a while ago.
The crash was caused because the code didn't check the return value of GlobalLock, and then tried to access lpbmih->biBitCount when lpbmih was NULL. I added a NULL check anyway in wine-1.3.12-224-g356eaa1, so this crash shouldn't recur.