cvs commit: src/sys/netinet ip_gre.c

Gleb Smirnoff glebius at FreeBSD.org
Thu Aug 10 10:51:53 UTC 2006


glebius     2006-08-10 10:51:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          ip_gre.c 
  Log:
  MFC rev. 1.23:
    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.19.2.3  +23 -23    src/sys/netinet/ip_gre.c


More information about the cvs-src mailing list