aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-12-14 15:05:57 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-12-14 15:31:46 +0100
commit3ff3dfa5af313a6ea33f3393916f30eece4f0171 (patch)
tree41be59a9eb6037aba0ee37116d2b35c0a324392f /ChangeLog
parent8a0b17e48b83e933960dfeb8fa08b259f03f310e (diff)
downloadglibc-3ff3dfa5af313a6ea33f3393916f30eece4f0171.tar
glibc-3ff3dfa5af313a6ea33f3393916f30eece4f0171.tar.gz
glibc-3ff3dfa5af313a6ea33f3393916f30eece4f0171.tar.bz2
glibc-3ff3dfa5af313a6ea33f3393916f30eece4f0171.zip
elf: Count components of the expanded path in _dl_init_path [BZ #22607]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 521ef46b99..018edea1fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-12-14 Florian Weimer <fweimer@redhat.com>
+ [BZ #22607]
+ CVE-2017-1000409
+ * elf/dl-load.c (_dl_init_paths): Compute number of components in
+ the expanded path string.
+
+2017-12-14 Florian Weimer <fweimer@redhat.com>
+
[BZ #22606]
CVE-2017-1000408
* elf/dl-load.c (system_dirs): Update comment.