cvs commit: src/sys/net ppp_tty.c

Gleb Smirnoff glebius at FreeBSD.org
Wed Aug 10 13:59:45 GMT 2005


glebius     2005-08-10 13:59:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              ppp_tty.c 
  Log:
  MFC 1.66:
    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>
    Reported by:    Andrew Korovin <freeside inbox.ru>
    PR:             kern/77111
  
  Revision  Changes    Path
  1.61.2.2  +10 -25    src/sys/net/ppp_tty.c


More information about the cvs-src mailing list