summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Lammens <tim.lammens@gmail.com>2014-09-11 10:35:54 +0530
committerAllan McRae <allan@archlinux.org>2014-09-16 19:59:51 +1000
commitd2c37d028d48337d00200248340de0e4a893456b (patch)
tree2a9767d650666f5684a1ceebe8d58c5bc2276617 /ChangeLog
parent979add9f87577c10c629af82586e48b686672134 (diff)
downloadglibc-d2c37d028d48337d00200248340de0e4a893456b.tar.gz
Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]
(cherry picked from commit 984c0ea97f649c869130a1ff099098e2b6f70aad) Conflicts: NEWS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f456c1a3c0..9ebf81e651 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-11 Tim Lammens <tim.lammens@gmail.com>
+
+ [BZ #17370]
+ * libio/wfileops (do_ftell_wide): Free OUT.
+
2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
Jakub Jelinek <jakub@redhat.com>