From: Jerry DeLisle Date: Wed, 26 Dec 2007 03:43:00 +0000 (+0000) Subject: Fix change log, missing PR reference. X-Git-Tag: releases/gcc-4.3.0~818 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0283e1ed80d26b26634debde163d6c37db262414;p=thirdparty%2Fgcc.git Fix change log, missing PR reference. From-SVN: r131179 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index b4f77b77e217..495d536680c4 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,6 @@ 2007-12-25 Jerry DeLisle + PR libfortran/34560 * io/transfer.c (read_sf): Check if readlen was less than the requested number of bytes to read and if so, generate error.