about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-09-16 14:20:45 +0530
committerAllan McRae <allan@archlinux.org>2014-09-16 20:00:26 +1000
commit4adf2992ac7ebf6720d8d56589eb297f5215730c (patch)
treeb8837bad7b86d834a1cf448c7434c40f560bee69 /ChangeLog
parentd2c37d028d48337d00200248340de0e4a893456b (diff)
downloadglibc-4adf2992ac7ebf6720d8d56589eb297f5215730c.tar.gz
glibc-4adf2992ac7ebf6720d8d56589eb297f5215730c.tar.xz
glibc-4adf2992ac7ebf6720d8d56589eb297f5215730c.zip
Fix memory leak in error path of do_ftell_wide (BZ #17370)
(cherry picked from commit 545583d664b64ff234b99aca0d85e99c8a55808f)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ebf81e651..890c3c64a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	[BZ #17370]
+	* libio/wfileops.c (do_ftell_wide): Free OUT on error path.
+
 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
 
 	[BZ #17370]