From: Tony Cook <tony@develop=help.com> Date: Tue, 29 Apr 2008 02:02:37 +0000 (+0000) Subject: add CVE for the security issue X-Git-Tag: Imager-0.65~6 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/6912d85ab25ece5b204731077b4cba16fbf12181 add CVE for the security issue --- diff --git a/Changes b/Changes index c410320f..f1e9cc9f 100644 --- a/Changes +++ b/Changes @@ -12,6 +12,7 @@ Bug fixes: 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 + CVE-2008-1928 - check that the result of fileno($fh) is defined rather than simply true when read() or write() is supplied with an fh parameter.