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/19257] Per-thread memory leak in __res_vinit with IPv6 nameservers


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

--- Comment #8 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, release/2.22/master has been updated
       via  e5d560e0e7f621b5cde4bcbbac424f8b2742395a (commit)
      from  2b8ab5c3f618e4d9e0a9147c24f8cf6bbf35a1d8 (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=e5d560e0e7f621b5cde4bcbbac424f8b2742395a

commit e5d560e0e7f621b5cde4bcbbac424f8b2742395a
Author: Andreas Schwab <schwab@suse.de>
Date:   Wed Nov 18 15:45:59 2015 +0100

    Fix resource leak in resolver (bug 19257)

    The number of currently defined nameservers is stored in ->nscount,
    whereas ->_u._ext.nscount is set by __libc_res_nsend only after local
    initializations.

    (cherry picked from commit 5e7fdabd7df1fc6c56d104e61390bf5a6b526c38)

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

Summary of changes:
 ChangeLog         |    6 ++++++
 resolv/res_init.c |    2 +-
 2 files changed, 7 insertions(+), 1 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]