Date: Thu, 13 Jan 2005 08:35:55 -0800 From: Alfred Perlstein <alfred@freebsd.org> To: Paul Saab <ps@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c Message-ID: <20050113163555.GA67818@elvis.mu.org> In-Reply-To: <200501122140.j0CLepDJ011394@repoman.freebsd.org> References: <200501122140.j0CLepDJ011394@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Paul Saab <ps@FreeBSD.org> [050112 13:41] wrote: > ps 2005-01-12 21:40:51 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_output.c > Log: > Fix a TCP SACK related crash resulting from incorrect computation > of len in tcp_output(), in the case where the FIN has already been > transmitted. The mis-computation of len is because of a gcc > optimization issue, which this change works around. > > Submitted by: Mohan Srinivasan > > Revision Changes Path > 1.108 +16 -6 src/sys/netinet/tcp_output.c Yikes! Anyone submit this to the gcc people, or is it fixed in more recent compiler versions? -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050113163555.GA67818>