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 network/19642] Memory leak in getnameinfo


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

--- Comment #1 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  2dce81a319601e1ee110f7316f705b48c5686e72 (commit)
      from  72c11b353ede72931cc474c9071d143d9a05c0d7 (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=2dce81a319601e1ee110f7316f705b48c5686e72

commit 2dce81a319601e1ee110f7316f705b48c5686e72
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Apr 29 17:08:06 2016 +0200

    getnameinfo: Refactor and fix memory leak [BZ #19642]

    Split getnameinfo into separate functions for host and service
    lookups, and for different address families.

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

Summary of changes:
 ChangeLog          |   10 +
 inet/getnameinfo.c |  587 +++++++++++++++++++++++++++++++---------------------
 2 files changed, 357 insertions(+), 240 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]