Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2004 07:35:11 -0700 (PDT)
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 subr_mbuf.c
Message-ID:  <200404161435.i3GEZBVD053602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004/04/16 07:35:11 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             subr_mbuf.c 
  Log:
  At some point during the history of m_getcl(), MAC support began to
  unconditionally initialize the mbuf header even if cluster allocation
  failed, which could result in a NULL pointer dereference in low-memory
  conditions.
  
  PR:             kern/65548
  Submitted by:   Stephan Uphoff <ups@tree.com>
  
  Revision  Changes    Path
  1.59      +6 -6      src/sys/kern/subr_mbuf.c



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