cvs commit: src/sys/netinet tcp_output.c
Alfred Perlstein
alfred at freebsd.org
Thu Jan 13 08:35:55 PST 2005
* Paul Saab <ps at 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 at mu.org cell: 408-480-4684
More information about the cvs-src
mailing list