From: Thomas Graf Date: Tue, 21 Jul 2015 08:43:55 +0000 (+0200) Subject: icmp: Don't leak original dst into ip_route_input() X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~330^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=773a69d64bf65eb6c212c97e9737963a2cf668fd;p=pandora-kernel.git icmp: Don't leak original dst into ip_route_input() ip_route_input() unconditionally overwrites the dst. Hide the original dst attached to the skb by calling skb_dst_set(skb, NULL) prior to ip_route_input(). Reported-by: Julian Anastasov Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed