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 time/18985] Passing out of range data to strftime() causes a segfault (CVE-2015-8776)


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

--- Comment #6 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.19/master has been updated
       via  fd6e33ebd157966fed025a8cf68f2f0835dcbf02 (commit)
       via  4d558c76f318fae8da0dce07e92bf079f935da07 (commit)
       via  e12c42df43d80e46a6576dba94d31134727d868e (commit)
      from  b963026c07a304bcfcf56ad5ee9b4f0797c7d3df (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=fd6e33ebd157966fed025a8cf68f2f0835dcbf02

commit fd6e33ebd157966fed025a8cf68f2f0835dcbf02
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Sat Sep 26 13:27:48 2015 -0700

    Fix BZ #18985 -- out of range data to strftime() causes a segfault

    (cherry picked from commit d36c75fc0d44deec29635dd239b0fbd206ca49b7)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4d558c76f318fae8da0dce07e92bf079f935da07

commit 4d558c76f318fae8da0dce07e92bf079f935da07
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Sat Aug 8 15:54:40 2015 -0700

    Fix trailing space.

    (cherry picked from commit 7565d2a862683a3c26ffb1f32351b8c5ab9f7b31)

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

commit e12c42df43d80e46a6576dba94d31134727d868e
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Sat Aug 8 15:53:03 2015 -0700

    Fix BZ #17905

    (cherry picked from commit 0f58539030e436449f79189b6edab17d7479796e)

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

Summary of changes:
 ChangeLog              |   16 ++++++++++++++
 NEWS                   |    4 +-
 catgets/Makefile       |   11 +++++++--
 catgets/catgets.c      |   19 +++++++++++------
 catgets/open_catalog.c |   23 ++++++++++++--------
 catgets/tst-catgets.c  |   31 ++++++++++++++++++++++++++++
 time/strftime_l.c      |   20 ++++++++++++------
 time/tst-strftime.c    |   52 +++++++++++++++++++++++++++++++++++++++++++++++-
 8 files changed, 147 insertions(+), 29 deletions(-)

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