From: Denis V. Lunev Date: Mon, 3 Mar 2008 19:50:10 +0000 (-0800) Subject: [IPV4]: skb->dst can't be NULL in ip_options_echo. X-Git-Tag: v2.6.26-rc1~1138^2~528 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7ef338a2982a3a0c7e2b1cdfd55ba35b34471e;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed