On Fri, Feb 16, 2018 at 9:16 PM, Anton Romanov theli.ua@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 :(