Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2003 17:14:58 -0800 (PST)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_event.c
Message-ID:  <200311040114.hA41EwbB044746@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2003/11/03 17:14:58 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  Do not attempt to report proc event if NOTE_EXIT has already been received.
  This fixes a race condition (specifically with signal events) that could
  lead to the kn being re-inserted into the list after it has been destroyed,
  which is not something we want to happen.
  
  PR:             kern/58258
  
  Revision  Changes    Path
  1.62      +7 -0      src/sys/kern/kern_event.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311040114.hA41EwbB044746>