[PATCH v7] windowscodecs: Fix data corruption for Adobe CMYK JPEGs

Anton Romanov theli.ua at gmail.com
Sat Feb 17 01:30:42 CST 2018


On Fri, Feb 16, 2018 at 9:16 PM, Anton Romanov <theli.ua at gmail.com> wrote:

> +            DWORD *pDwordData = (DWORD*) (This->image_data + stride * first_scanline);
> +            DWORD *pDwordDataEnd = pDwordData + stride * This->cinfo.output_scanline;
Sorry, shouldn't have done this while half asleep. I'll send a not out
of bounds verssion :(



More information about the wine-devel mailing list