Imager release history. Older releases can be found in Changes.old
-Imager 0.64 - unreleased
+Imager 0.64 - 23 April 2008
===========
+This is a bug fix release. This includes a fix for a possible
+security issue.
+
Bug fixes:
+ - Possible security issue: The floating point sample path for image
+ based fills had a buffer overflow. This would overwrite the end of
+ a malloc()ed buffer with double precision floats.
+ http://rt.cpan.org/Ticket/Display.html?id=35324
+
- check that the result of fileno($fh) is defined rather than simply
true when read() or write() is supplied with an fh parameter.
http://rt.cpan.org/Ticket/Display.html?id=35139
- fixed a related problem for image fills.
- - Possible security issue: The floating point sample path for image
- based fills had a buffer overflow. This would overwrite the end of
- a malloc()ed buffer with double precision floats.
-
Imager 0.63 - 7 April 2008
===========
--- #YAML:1.0
name: Imager
-version: 0.63
+version: 0.64
version_from: Imager.pm
author:
- Tony Cook <tony@imager.perl.org>
meta-spec:
version: 1.3
url: http://module-build.sourceforge.net/META-spec-v1.3.html
-generated_by: Imager version 0.63
+generated_by: Imager version 0.64