]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4]: skb->dst can't be NULL in ip_options_echo.
authorDenis V. Lunev <den@openvz.org>
Mon, 3 Mar 2008 19:50:10 +0000 (11:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2008 19:50:10 +0000 (11:50 -0800)
commitc6d873b940aa6197757695af3fe4573c0f349fd8
tree31ac7ee4977480c39b79cf9a552df7d024bdf2ed
parentbfaef12bfaac6cf3af607918cf8f443d58921014
[IPV4]: skb->dst can't be NULL in ip_options_echo.

ip_options_echo is called on the packet input path after the initial
routing. The dst entry on the packet is cleared only in the several
very specific places and immidiately assigned back (may be new).

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_options.c