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 #5 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  5e7fdabd7df1fc6c56d104e61390bf5a6b526c38 (commit)
      from  2beb1010e4cc7083f8e253db8af615476c9959fd (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=5e7fdabd7df1fc6c56d104e61390bf5a6b526c38

commit 5e7fdabd7df1fc6c56d104e61390bf5a6b526c38
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.

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

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]