Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2006 23:12:23 +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/netipx spx_usrreq.c
Message-ID:  <200606082312.k58NCN4D085576@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-06-08 23:12:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netipx           spx_usrreq.c 
  Log:
  Merge spx_usrreq.c:1.65 from HEAD to RELENG_6:
  
    In spx_attach() and spx_detach(), there is no need to check whether the
    ipxpcb is NULL or not: in attach it will be, and on detach it won't be.
    If for any reason these invariants don't hold true, panicking is a good
    idea.
  
    Noticed by:     Coverity Prevent analysis tool
  
  Revision  Changes    Path
  1.62.2.2  +0 -4      src/sys/netipx/spx_usrreq.c



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