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
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-09-16 14:20:45 +0530
commit545583d664b64ff234b99aca0d85e99c8a55808f (patch)
treeac7990f5da235562b34b3ab278306b8d13961925 /ChangeLog
parentf0416165a5d0aba7c63d2870894b716db8f76319 (diff)
downloadglibc-545583d664b64ff234b99aca0d85e99c8a55808f.tar.gz
glibc-545583d664b64ff234b99aca0d85e99c8a55808f.tar.xz
glibc-545583d664b64ff234b99aca0d85e99c8a55808f.zip
Fix memory leak in error path of do_ftell_wide (BZ #17370)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 915b492006..d5fd959e0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	[BZ #17370]
+	* libio/wfileops.c (do_ftell_wide): Free OUT on error path.
+
+2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
 	    Jakub Jelinek  <jakub@redhat.com>
 
 	[BZ #17266]