Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2007 17:15:05 +0000 (UTC)
From:      Robert Watson <rwatson@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:  <200705281715.l4SHF5UQ014062@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-05-28 17:15:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  In kern_kevent(), unconditionally fdrop() fp once fget() has succeeded,
  as we never have an opportunity to set it to NULL.
  
  Found with:     Coverity Prevent(tm)
  CID:            2161
  
  Revision  Changes    Path
  1.111     +1 -2      src/sys/kern/kern_event.c



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