Date: Sat, 24 Feb 2001 12:09:22 -0800 (PST) From: Jesper Skriver <jesper@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_subr.c udp_usrreq.c Message-ID: <200102242009.f1OK9MX77582@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jesper 2001/02/24 12:09:22 PST Modified files: (Branch: RELENG_3) sys/netinet in_pcb.c in_pcb.h tcp_subr.c udp_usrreq.c Log: MFC: src/sys/netinet/in_pcb.c rev 1.78 src/sys/netinet/in_pcb.h rev 1.36 src/sys/netinet/tcp_subr.c rev 1.91 src/sys/netinet/udp_usrreq.c rev 1.86 Without this a attacker sending ICMP messages, where the attached IP header (+ 8 bytes) has the address and port numbers == 0, would have the ICMP message applied to all sessions. Approved by: kris Inspired by: NetBSD Revision Changes Path 1.46.2.4 +43 -21 src/sys/netinet/in_pcb.c 1.26.2.2 +4 -1 src/sys/netinet/in_pcb.h 1.49.2.7 +15 -4 src/sys/netinet/tcp_subr.c 1.49.2.3 +17 -5 src/sys/netinet/udp_usrreq.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?200102242009.f1OK9MX77582>