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/19931] Memory leak in vfprintf


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

--- Comment #2 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  fdcf1c9480342d9f5fc2d23f142d621bcb4d00a4 (commit)
      from  a5507dfa60a8b92ba52dadabea88e2b5d91da655 (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=fdcf1c9480342d9f5fc2d23f142d621bcb4d00a4

commit fdcf1c9480342d9f5fc2d23f142d621bcb4d00a4
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Apr 25 14:10:26 2016 +0200

    vfprintf: Fix memory with large width and precision [BZ #19931]

    Free a previously allocated work buffer if it is not large enough.

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

Summary of changes:
 ChangeLog                              |   13 ++++
 stdio-common/Makefile                  |   14 +++--
 stdio-common/tst-vfprintf-width-prec.c |  107 ++++++++++++++++++++++++++++++++
 stdio-common/vfprintf.c                |    5 ++
 4 files changed, 134 insertions(+), 5 deletions(-)
 create mode 100644 stdio-common/tst-vfprintf-width-prec.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]