about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-09-09 22:50:41 +1000
committerAllan McRae <allan@archlinux.org>2013-09-09 22:52:25 +1000
commit3932737df1a022f8f207db9874194600296ed437 (patch)
tree5ab4281b4df9bf6471c2c83ac4e35019c077b530 /ChangeLog
parent83e43bf0b756065dc640680d90fa6f0b39425182 (diff)
downloadglibc-3932737df1a022f8f207db9874194600296ed437.tar.gz
glibc-3932737df1a022f8f207db9874194600296ed437.tar.xz
glibc-3932737df1a022f8f207db9874194600296ed437.zip
Fix memory leaks in libio on allocation failure
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 306dda7706..30c6a39961 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-09-09  Allan McRae  <allan@archlinux.org>
 
+	[BZ #15892]
+	* libio/memstream.c (open_memstream): Fix memory leak.
+	* libio/wmemstream.c (open_wmemstream): Likewise.
+
 	[BZ #15895]
 	* nscd/netgroupcache.c: Fix nesting of ifdefs.