about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2012-08-17 11:44:37 +0100
committerGary Benson <gbenson@redhat.com>2012-08-17 11:44:37 +0100
commitd9195db871b11e139050dfa00e333ca8b2f7a677 (patch)
treea312aa6a453a0745cab0be1c7c6479959eca05d3 /ChangeLog
parent86466cd930d045a44cb7e85398660d9842e463c6 (diff)
downloadglibc-d9195db871b11e139050dfa00e333ca8b2f7a677.tar.gz
glibc-d9195db871b11e139050dfa00e333ca8b2f7a677.tar.xz
glibc-d9195db871b11e139050dfa00e333ca8b2f7a677.zip
Also set r->r_map when unmapping the first object in a namespace.
When unmapping the first object in a namespace, the runtime linker
did not update the externally visible pointer.  This resulted in
debuggers seeing pointers to memory that had been freed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cb87f2eb1..ba4ea3636f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-16  Gary Benson  <gbenson@redhat.com>
+
+	* elf/dl-close.c (_dl_close_worker): Also set r->r_map when
+	unmapping the first object in a namespace.
+
 2012-08-16  Roland McGrath  <roland@hack.frob.com>
 
 	* inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...