Date: Fri, 21 Feb 1997 08:30:33 -0800 (PST) From: Garrett Wollman <wollman> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet tcp_usrreq.c Message-ID: <199702211630.IAA03553@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 97/02/21 08:30:32 Modified: sys/netinet tcp_usrreq.c Log: Fix potential crash where a user attempts to perform an implied connect in TCP while sending urgent data. It is not clear what purpose is served by doing this, but there's no good reason why it shouldn't work. Submitted by: tjevans@raleigh.ibm.com via wpaul Revision Changes Path 1.30 +14 -1 src/sys/netinet/tcp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702211630.IAA03553>