Date: Fri, 6 Oct 2000 05:12:09 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c Message-ID: <200010061212.FAA99033@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2000/10/06 05:12:09 PDT
Modified files:
sys/netinet ip_fw.c
Log:
As we now may check the TCP header window field, make sure we pullup
enough into the mbuf data area. Solve this problem once and for all
by pulling up the entire (standard) header for TCP and UDP, and four
bytes of header for ICMP (enough for type, code and cksum fields).
Revision Changes Path
1.144 +5 -5 src/sys/netinet/ip_fw.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010061212.FAA99033>
