Date: Tue, 16 May 2006 11:15:24 +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/netinet ip_gre.c Message-ID: <200605161115.k4GBFOOG023792@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2006-05-16 11:15:24 UTC FreeBSD src repository Modified files: sys/netinet ip_gre.c Log: Since m_pullup() can return a new mbuf, change gre_input2() to return mbuf back to gre_input(). If the former returns mbuf back to the latter, then pass it to raw_input(). Coverity ID: 829 Revision Changes Path 1.23 +23 -23 src/sys/netinet/ip_gre.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605161115.k4GBFOOG023792>