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 nscd/22161] nscd cache prune for netgroups hangs after timeout bump


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

--- 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  3de93d194a5d27cabfe40ddf58aea36939498ba4 (commit)
      from  5af1e931bfaf8ef28abd94c0c0ad14e4790cf429 (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=3de93d194a5d27cabfe40ddf58aea36939498ba4

commit 3de93d194a5d27cabfe40ddf58aea36939498ba4
Author: DJ Delorie <dj@redhat.com>
Date:   Mon Sep 25 19:43:09 2017 -0400

    nscd: Release read lock after resetting timeout.

        [BZ #22161]
        * nscd/netgroupcache.c (addinnetgrX): Release read lock after
        resetting timeout.

    Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
    Reviewed-by: Andreas Schwab <schwab@suse.de>

    A lock is held by mempool_allocate() when CACHEABLE is true; we
    must release this lock if we exit early.

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

Summary of changes:
 ChangeLog            |    6 ++++++
 nscd/netgroupcache.c |    2 ++
 2 files changed, 8 insertions(+), 0 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]