Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2005 18:51:59 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsserver nfs_srvsubs.c
Message-ID:  <200503281851.j2SIpxd4063244@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2005-03-28 18:51:59 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsserver        nfs_srvsubs.c 
  Log:
  avoid potential null ptr deref by free'ing excess mbufs instead of
  zero'ing their length (copied from m_adj where this code came from
  after the equivalent change there has had time to soak)
  
  Noticed by:     Coverity Prevent analysis tool
  
  Revision  Changes    Path
  1.136     +4 -2      src/sys/nfsserver/nfs_srvsubs.c



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