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 stdio/18872] Fix memory leak in printf_positional


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

--- 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, master has been updated
       via  560b04462f899e76a0062ec89422caa6e94fd67f (commit)
      from  1f60740e5f03823a557d1543cf08880a11d719de (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=560b04462f899e76a0062ec89422caa6e94fd67f

commit 560b04462f899e76a0062ec89422caa6e94fd67f
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Wed Sep 16 09:16:11 2015 -0700

    Fix BZ #18872 -- memory leak in printf_positional.

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

Summary of changes:
 ChangeLog                          |    9 +++++
 NEWS                               |    2 +-
 stdio-common/Makefile              |   17 ++++++++-
 stdio-common/tst-printf-bz18872.sh |   70 ++++++++++++++++++++++++++++++++++++
 stdio-common/vfprintf.c            |    4 ++
 5 files changed, 100 insertions(+), 2 deletions(-)
 create mode 100644 stdio-common/tst-printf-bz18872.sh

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