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