Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2005 15:22:47 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net ppp_tty.c
Message-ID:  <200507011522.j61FMlnS090074@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-07-01 15:22:47 UTC

  FreeBSD src repository

  Modified files:
    sys/net              ppp_tty.c 
  Log:
  Use m_uiotombuf() instead of own implementation. This is not just
  a cosmetic change. m_uiotombuf() produces a packet header mbuf, while
  original implementation did not. When kernel is compiled with MAC
  support, headerless mbuf will cause panic.
  
  Reported by:    Alexander Nikiforenko <asn rambler-co.ru>
  Approved by:    re (scottl)
  MFC After:      2 weeks
  
  Revision  Changes    Path
  1.66      +10 -25    src/sys/net/ppp_tty.c



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