Date: Fri, 18 Jun 2004 03:31:07 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Message-ID: <200406180331.i5I3V7F3092775@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2004-06-18 03:31:07 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
If SO_DEBUG is enabled for a TCP socket, and a received segment is
encapsulated within an IPv6 datagram, do not abuse the 'ipov' pointer
when registering trace records. 'ipov' is specific to IPv4, and
will therefore be uninitialized.
[This fandango is only necessary in the first place because of our
host-byte-order IP field pessimization.]
PR: kern/60856
Submitted by: Galois Zheng
Revision Changes Path
1.93 +11 -2 src/sys/netinet/tcp_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406180331.i5I3V7F3092775>
