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/19670] Missing Sanity Check for malloc() plus possible null pointer dereference (CWE-476)


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

--- 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, master has been updated
       via  850c67606e56e1a47fa0466e127f7b8ceda6ebe3 (commit)
      from  b7a9b7b05b6c5b4da16975065e37d6e0b8401a6c (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=850c67606e56e1a47fa0466e127f7b8ceda6ebe3

commit 850c67606e56e1a47fa0466e127f7b8ceda6ebe3
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Sat Jun 11 14:50:16 2016 -0700

    2016-06-11  Paul Pluzhnikov  <ppluzhnikov@google.com>

        [BZ #19670]
        [BZ #19672]

        * io/test-lfs.c (do_prepare): Use xmalloc.
        * io/tst-fcntl.c (do_prepare): Likewise.
        * libio/tst-fopenloc.c (do_bz17916): Likewise.
        * libio/tst-mmap2-eofsync.c (do_prepare): Likewise.
        * posix/tst-exec.c (do_prepare): Likewise.
        * posix/tst-pathconf.c (prepare): Likewise.
        * posix/tst-spawn.c (do_prepare): Likewise.
        * posix/tst-truncate.c (do_prepare): Likewise.
        * rt/tst-aio.c (do_prepare): Likewise.

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

Summary of changes:
 ChangeLog                 |   17 ++++++++++++++++-
 io/test-lfs.c             |    2 +-
 io/tst-fcntl.c            |    2 +-
 libio/tst-fopenloc.c      |   11 ++++++-----
 libio/tst-mmap2-eofsync.c |    2 +-
 login/tst-utmp.c          |    2 +-
 posix/tst-exec.c          |    4 ++--
 posix/tst-pathconf.c      |    9 ++-------
 posix/tst-spawn.c         |    6 +++---
 posix/tst-truncate.c      |    2 +-
 rt/tst-aio.c              |    2 +-
 11 files changed, 35 insertions(+), 24 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]