cvs commit: src/sys/netinet ip_gre.c

Gleb Smirnoff glebius at FreeBSD.org
Tue May 16 04:15:40 PDT 2006


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


More information about the cvs-src mailing list