DragonFly commits List (threaded) for 2008-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netinet ip_demux.c ip_flow.c ip_input.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]