You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-libs/freeimage/files/freeimage-3.15.4-CVE-2016-5...

12 lines
369 B

--- a/Source/FreeImage/PluginXPM.cpp
+++ b/Source/FreeImage/PluginXPM.cpp
@@ -198,7 +198,7 @@
FILE_RGBA rgba;
str = ReadString(io, handle);
- if(!str || (strlen(str) < cpp))
+ if(!str || (strlen(str) < (size_t)cpp))
throw "Error reading color strings";
std::string chrs(str,cpp); //create a string for the color chars using the first cpp chars