aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorTobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>2005-01-25 21:40:25 +0000
committerTobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>2005-01-25 21:40:25 +0000
commit2d698511a624ed1a34773f3eb5d389fb51805549 (patch)
tree8b44c8ac8df434bb7bdf48a3e2b6455f031a6b58 /libgfortran/ChangeLog
parent2a23d988b7b94d4da58435754727b53ac6f808d6 (diff)
PR libfortran/19524
* io/read.c (read_f): Don't free uninitialized pointer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 9f9bee8f7f9..effa7673313 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-25 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
+
+ PR libfortran/19524
+ * io/read.c (read_f): Don't free uninitialized pointer.
+
2005-01-23 James A. Morrison <phython@gcc.gnu.org>
Paul Brook <paul@codesourcery.com>