Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2006 23:53: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/netinet6 ipcomp_input.c
Message-ID:  <200601132353.k0DNrNiD099033@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-01-13 23:53:23 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         ipcomp_input.c 
  Log:
  In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm'
  may be a stale pointer at this point, and we're interested in whether or
  not m_pulldown() failed.
  
  Noticed by:     Coverity Prevent analysis tool
  MFC after:      3 days
  
  Revision  Changes    Path
  1.9       +1 -1      src/sys/netinet6/ipcomp_input.c



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