diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-01-11 15:53:04 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 16:32:13 -0800 |
commit | ae0f7d5f83236a43c572a744e4bbb30e8702d821 (patch) | |
tree | 3d4ce288b86cb2845d79c6adec9e254054bb0e02 /include | |
parent | a7768097557be91d0d4c37e8f2e38cd126c4cdf9 (diff) |
[IPV6]: Avoid calling ip6_xmit() with NULL sk
The ip6_xmit() function now assumes that its sk argument is non-NULL,
which isn't currently true when TCPv6 code is sending RST or ACK
packets. This fixes that code to use a socket of its own for sending
such packets, as TCPv4 does. (Thanks Andi for the pointer).
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions