public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pasky at suse dot cz" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sources.redhat.com
Subject: [Bug nscd/5381] New: nscd: Race condition of mempool_alloc() .. cache_add() and gc()
Date: Wed, 21 Nov 2007 04:58:00 -0000	[thread overview]
Message-ID: <20071121045836.5381.pasky@suse.cz> (raw)

nscd does not use sufficient locking, allowing gc() to be run between
mempool_alloc() of data and its addition by cache_add(). Thus, gc() will free
the data again before it could have been added and properly accounted for. The
code should take the read database lock already before the mempool_alloc() call.

-- 
           Summary: nscd: Race condition of mempool_alloc() .. cache_add()
                    and gc()
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nscd
        AssignedTo: drepper at redhat dot com
        ReportedBy: pasky at suse dot cz
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5381

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


             reply	other threads:[~2007-11-21  4:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-21  4:58 pasky at suse dot cz [this message]
2007-11-21  4:59 ` [Bug nscd/5381] " pasky at suse dot cz
2007-12-15  9:39 ` ismail at pardus dot org dot tr
2008-04-19 17:36 ` drepper at redhat dot com
2008-11-22 11:09 ` pasky at suse dot cz
2008-11-26 13:41 ` pasky at suse dot cz
2008-11-26 13:42 ` pasky at suse dot cz
2008-11-26 16:12 ` drepper at redhat dot com
2008-11-26 21:51 ` pasky at suse dot cz
2009-01-16 15:37 ` pasky at suse dot cz
2009-02-13 20:37 ` drepper at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071121045836.5381.pasky@suse.cz \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).