[PATCH 4/4] windowscodecs: Add support for converting to 8bppIndexed format.

Vincent Povirk vincent at codeweavers.com
Thu Jan 31 10:44:40 CST 2019


+    srcstride = 3 * prc->Width;
+    srcdatasize = srcstride * prc->Height;

I think this will crash if called from CanConvert which uses a NULL prc.



More information about the wine-devel mailing list