about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-10-06 13:43:26 +0200
committerAndreas Schwab <schwab@redhat.com>2009-10-07 10:25:38 +0200
commit96961bf71d7e13d23dd497094257794504aeb673 (patch)
treef0aeb9bb2824907505002ab0ed1e45027434a934 /ChangeLog
parentb0f3a2e43fb9de9a4a2f4dfbdb84b98994752bc4 (diff)
downloadglibc-96961bf71d7e13d23dd497094257794504aeb673.tar.gz
glibc-96961bf71d7e13d23dd497094257794504aeb673.tar.xz
glibc-96961bf71d7e13d23dd497094257794504aeb673.zip
Fix descriptor leak when calling dlopen with RTLD_NOLOAD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7192970335..934a8663af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-06  Andreas Schwab  <schwab@redhat.com>
+
+	* elf/dl-load.c (_dl_map_object_from_fd): Close fd before
+	returning if RTLD_NOLOAD.
+
 2009-10-06  Roland McGrath  <roland@redhat.com>
 
 	* sysdeps/x86_64/multiarch/strstr-c.c