https://bugs.winehq.org/show_bug.cgi?id=38288
Bug ID: 38288 Summary: Wrong pointer in icnsformat.c IcnsFrameEncode_WriteSource Product: Wine Version: 1.7.39 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs@winehq.org Reporter: isakov-sl@bk.ru Distribution: ---
The function has parameters static HRESULT WINAPI IcnsFrameEncode_WriteSource(IWICBitmapFrameEncode *iface, IWICBitmapSource *pIBitmapSource, WICRect *prc)
and line 400 hr = configure_write_source(iface, pIBitmapSource, &prc, &GUID_WICPixelFormat32bppBGRA, This->size, This->size, 1.0, 1.0); pointer to prc is wrong. It must be hr = configure_write_source(iface, pIBitmapSource, prc, &GUID_WICPixelFormat32bppBGRA, This->size, This->size, 1.0, 1.0);
https://bugs.winehq.org/show_bug.cgi?id=38288
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |madewokherd@gmail.com Ever confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Looks like a typo, CC-ing Vincent. Sergey, feel free to send a patch.
https://bugs.winehq.org/show_bug.cgi?id=38288
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- Yes, I agree.
https://bugs.winehq.org/show_bug.cgi?id=38288
--- Comment #3 from Sergey Isakov isakov-sl@bk.ru --- I have no obligation if someone commit this patch until I study how to do this. As well as a patch for bug 38159 that is unnoticed.
https://bugs.winehq.org/show_bug.cgi?id=38288
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Sergey Isakov isakov-sl@bk.ru --- The change committed 98186d42a57f47641413c19731e8a97587a66f99
https://bugs.winehq.org/show_bug.cgi?id=38288
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |98186d42a57f47641413c19731e | |8a97587a66f99
https://bugs.winehq.org/show_bug.cgi?id=38288
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.40.