Date: Wed, 10 Aug 2005 13:59:44 +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: <200508101359.j7ADxjvi035072@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508101359.j7ADxjvi035072>