cvs commit: src/sys/netinet ip_demux.c ip_flow.c ip_input.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Oct 28 00:10:42 PDT 2008


sephe       2008/10/28 00:09:26 PDT

DragonFly src repository

  Modified files:
    sys/netinet          ip_demux.c ip_flow.c ip_input.c 
  Log:
  In ip_lengthcheck(), make sure that pkthdr.len is not less than "IP total
  length" in IP header.  Change the related testing in ip_input() and
  ipflow_fastforward() into assertion.
  
  Revision  Changes    Path
  1.44      +11 -0     src/sys/netinet/ip_demux.c
  1.27      +7 -6      src/sys/netinet/ip_flow.c
  1.115     +6 -13     src/sys/netinet/ip_input.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_demux.c.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_flow.c.diff?r1=1.26&r2=1.27&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_input.c.diff?r1=1.114&r2=1.115&f=u





More information about the Commits mailing list