summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBram <bug_rh@spam.wizbit.be>2013-04-18 16:50:49 +0200
committerAllan McRae <allan@archlinux.org>2015-01-25 15:12:10 +1000
commit9317ea653afc26402387cac67042f9890af6add2 (patch)
treebaff3493a2fc6472db20b8cd5fad7c2612e81b01 /ChangeLog
parentbea58013607c6507108bc73744a0bf63d735f259 (diff)
Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings paths
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c5ed3c1d5..951aa27dc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-25 Bram <bug_rh@spam.wizbit.be>
+
+ [BZ #15378]
+ * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
+ when none of the search directories exist.
+
2015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
[BZ #17869]