This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212875 - in /trunk/libgfortran: ChangeLog io/f...
- From: jvdelisle at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 20 Jul 2014 20:03:43 -0000
- Subject: r212875 - in /trunk/libgfortran: ChangeLog io/f...
Author: jvdelisle
Date: Sun Jul 20 20:03:41 2014
New Revision: 212875
URL: https://gcc.gnu.org/viewcvs?rev=212875&root=gcc&view=rev
Log:
2014-07-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/61632
* io/format.c (format_error): Avoid invalid string pointer by
using the fortran string length values to generate error string.
(parse_format): Allocate the null terminator for the format
string.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/format.c