This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/22606] Incorrect array size computation in _dl_init_paths (CVE-2017-1000408)


https://sourceware.org/bugzilla/show_bug.cgi?id=22606

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.25/master has been updated
       via  a8920e694ab23f25435329b2365efa5ca7ac64bd (commit)
       via  778a7c1825abe6273562617836c49b9573c394e8 (commit)
       via  6474863dcb277eaeeff47a5f53de424ec49dd03d (commit)
      from  17357d93cbf8d71a12530e91ea405cea4adb5ab0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a8920e694ab23f25435329b2365efa5ca7ac64bd

commit a8920e694ab23f25435329b2365efa5ca7ac64bd
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Dec 14 15:05:57 2017 +0100

    elf: Count components of the expanded path in _dl_init_path [BZ #22607]

    (cherry picked from commit 3ff3dfa5af313a6ea33f3393916f30eece4f0171)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=778a7c1825abe6273562617836c49b9573c394e8

commit 778a7c1825abe6273562617836c49b9573c394e8
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Dec 14 15:18:38 2017 +0100

    elf: Compute correct array size in _dl_init_paths [BZ #22606]

    (cherry picked from commit 8a0b17e48b83e933960dfeb8fa08b259f03f310e)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6474863dcb277eaeeff47a5f53de424ec49dd03d

commit 6474863dcb277eaeeff47a5f53de424ec49dd03d
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Nov 2 12:14:01 2017 +0100

    <array_length.h>: New array_length and array_end macros

    (cherry picked from commit c94a5688fb1228a862b2d4a3f1239cdc0e3349e5)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |   20 ++++++++++++++++++++
 NEWS                   |   11 +++++++++++
 elf/dl-load.c          |   27 +++++++++++----------------
 include/array_length.h |   36 ++++++++++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+), 16 deletions(-)
 create mode 100644 include/array_length.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]