diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-12-14 15:05:57 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-12-14 15:31:46 +0100 |
commit | 3ff3dfa5af313a6ea33f3393916f30eece4f0171 (patch) | |
tree | 41be59a9eb6037aba0ee37116d2b35c0a324392f /ChangeLog | |
parent | 8a0b17e48b83e933960dfeb8fa08b259f03f310e (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |