about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVinitha Vijayan <vinitha.vijayann@gmail.com>2013-09-21 17:51:58 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-09-21 19:18:23 +0200
commitf5f4e7b48bcc926e00913aa2ae6da19096864535 (patch)
treea2c4e48cbae7275968f22f80233584727a870445 /ChangeLog
parent5bb43a43199e2bc3f729b858d26c47e91fd56621 (diff)
downloadglibc-f5f4e7b48bcc926e00913aa2ae6da19096864535.tar.gz
glibc-f5f4e7b48bcc926e00913aa2ae6da19096864535.tar.xz
glibc-f5f4e7b48bcc926e00913aa2ae6da19096864535.zip
[BZ #15859] Fix memory leak in _dl_map_object_deps
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7791b2f0b..4282494032 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
+
+	[BZ #15859]
+	* elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
+
 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* include/string.h (__ffs): Declare as hidden.