From: Daniel Borkmann Date: Tue, 6 Aug 2013 09:20:23 +0000 (+0200) Subject: ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULL X-Git-Tag: v3.12-rc1~132^2~266^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e35cc52346149a7bce8a2f622e215ed17bb56d;p=pandora-kernel.git ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULL skb_header_pointer could return NULL, so check for it as we do it everywhere else in ipvs code. This fixes a coverity warning. Signed-off-by: Daniel Borkmann Acked-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed