about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-10-09 15:22:16 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-09 15:22:16 -0700
commit273edc5e138caef32a720410c9b2e27613991601 (patch)
tree44e4bcec574f97a7f133c11d7bf4b970f3ac840c /ChangeLog
parentc8450f70fa7e68519d015ba9497f59645ba7ed3a (diff)
downloadglibc-273edc5e138caef32a720410c9b2e27613991601.tar.gz
glibc-273edc5e138caef32a720410c9b2e27613991601.tar.xz
glibc-273edc5e138caef32a720410c9b2e27613991601.zip
Free errstring if _dl_addr doesn't returns 0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80bce18cca..4da05b81ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-09  Roland McGrath  <roland@hack.frob.com>
+
+	* dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
+	defined.  Don't check if MAP is NULL.
+
 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/generic/_G_config.h (_G_off64_t): Remove.