https://bugs.winehq.org/show_bug.cgi?id=56135
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #6 from Bernhard Übelacker bernhardu@mailbox.org --- This may be the software at archive.org: https://archive.org/details/20230204_20230204_1548
It received crashes with wine-9.0-rc5 and wine-4.13.
This application calls WinGGetDIBPointer with a NULL bitmap info parameter, which currently gets dereferenced unconditionally.
I submitted this merge request, which does the assignment just when given a non-NULL bitmap info. https://gitlab.winehq.org/wine/wine/-/merge_requests/4831