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 #5 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.24/master has been updated
       via  c5b38f2ecec6facf818e3c50ad014be05b52c179 (commit)
       via  28aa53341abbc5843fc78f283c397d11d74a33db (commit)
       via  a4fc3a0ceb2f2d30a2d358a81fdecbe51681a3ab (commit)
      from  d81254d2efcb839fd11df2960df5bba579193808 (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=c5b38f2ecec6facf818e3c50ad014be05b52c179

commit c5b38f2ecec6facf818e3c50ad014be05b52c179
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=28aa53341abbc5843fc78f283c397d11d74a33db

commit 28aa53341abbc5843fc78f283c397d11d74a33db
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=a4fc3a0ceb2f2d30a2d358a81fdecbe51681a3ab

commit a4fc3a0ceb2f2d30a2d358a81fdecbe51681a3ab
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]