about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2015-09-25 09:37:12 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2015-09-25 09:37:12 +0100
commit93bad7c97c7047ecaf7664859e2b49c0fe995443 (patch)
tree364e16e863e64d103b323416b49f14294ee8e581 /ChangeLog
parentf6987f5aa4c2ef7270bcb0a828808bd3db53520b (diff)
downloadglibc-93bad7c97c7047ecaf7664859e2b49c0fe995443.tar.gz
glibc-93bad7c97c7047ecaf7664859e2b49c0fe995443.tar.xz
glibc-93bad7c97c7047ecaf7664859e2b49c0fe995443.zip
[BZ #17250] Fix static dlopen default library search path
Fix a regression introduced with commit 0d23a5c1 [Static dlopen
correction fallout fixes] that caused the default library search path to
be ignored for modules loaded with dlopen from static executables.

	[BZ #17250]
	* elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
	member.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61b2664bab..45b8f8606b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-09-25  Maciej W. Rozycki  <macro@imgtec.com>
+
+	[BZ #17250]
+	* elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
+	member.
+
 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #18803]