avoid reading beyond the end of the line buffer in rubthrough
[imager.git] / Changes
diff --git a/Changes b/Changes
index 0fdeb44ccda50f2d117e0acdfda7f51c32db196f..d7bfcfc50537aad5282e1d910ed84d9d415afc04 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Imager release history.  Older releases can be found in Changes.old
 
+ - when drawing on an image with an alpha channel where the source
+   minimum is greater than zero, Imager would read from beyond the end
+   of a malloc() allocated buffer.  In rare circumstances this could
+   lead to some of the source image not being written to the target
+   image, or possibly to a segmentation fault.
+   I don't believe this has any security concerns beyond that.
+
 Imager 0.97 - 15 Jul 2013
 ===========