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 libc/18240] hcreate, hcreate_r should fail with ENOMEM if element count is too large (CVE-2015-8778)


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

--- Comment #9 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, master has been updated
       via  bae7c7c764413b23e61cb099ce33be4c4ee259bb (commit)
      from  8a71d2e27fd067a85059aefb93c9ce83142b03e9 (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=bae7c7c764413b23e61cb099ce33be4c4ee259bb

commit bae7c7c764413b23e61cb099ce33be4c4ee259bb
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Jan 28 13:59:11 2016 +0100

    Improve check against integer wraparound in hcreate_r [BZ #18240]

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

Summary of changes:
 ChangeLog        |   12 ++++++++
 misc/Makefile    |    2 +-
 misc/bug18240.c  |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 misc/hsearch_r.c |   35 ++++++++++++-------------
 4 files changed, 105 insertions(+), 19 deletions(-)
 create mode 100644 misc/bug18240.c

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