wine/dlls/windowscodecs
Alistair Leslie-Hughes 013f54af1f windowscodecs: Avoid implicit cast changing value.
This appear to be introduced with commit 12f73ed9d8.

When This->stride is negative (bottom up image) it converts the multiplication to an UINT.
Thus causing the pointer to be incorrect when y > 0.
2024-05-02 22:03:15 +02:00
..
tests windowscodecs: Support 32-bit ABGR bitfields bitmaps. 2024-04-22 17:46:12 +02:00
bitmap.c
bmpdecode.c windowscodecs: Avoid implicit cast changing value. 2024-05-02 22:03:15 +02:00
bmpencode.c
clipper.c
clsfactory.c
colorcontext.c
colortransform.c
converter.c
ddsformat.c
decoder.c
encoder.c
fliprotate.c
gifformat.c
icoformat.c
imgfactory.c
info.c
libjpeg.c windowscodecs: Check for overflow in jpeg_decoder_initialize. 2024-04-29 17:35:26 +02:00
libpng.c
libtiff.c
main.c
Makefile.in widl: Default to fully interpreted stubs mode. 2024-05-02 09:22:40 +02:00
metadatahandler.c
metadataquery.c
palette.c
pngformat.c
propertybag.c
proxy.c
regsvr.c
scaler.c
stream.c
tgaformat.c
ungif.c
ungif.h
uuid.c
version.rc
wincodecs_common.c
wincodecs_common.h windowscodecs: Avoid implicit cast changing value. 2024-05-02 22:03:15 +02:00
wincodecs_private.h
windowscodecs.spec
windowscodecs_wincodec.idl