]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since m_pullup() can return a new mbuf, change gre_input2() to
authorglebius <glebius@FreeBSD.org>
Tue, 16 May 2006 11:15:22 +0000 (11:15 +0000)
committerglebius <glebius@FreeBSD.org>
Tue, 16 May 2006 11:15:22 +0000 (11:15 +0000)
commit7a372541349967b87a6e7aad8eeeb311706caedc
treece77874d5dbfa2c8aae4e83ace565e9617a5258c
parent7840c3c3e096cd9dccdd40980840f31270536639
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
sys/netinet/ip_gre.c