git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e3ca7
)
ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULL
author
Daniel Borkmann
<dborkman@redhat.com>
Tue, 6 Aug 2013 09:20:23 +0000
(11:20 +0200)
committer
Simon Horman
<horms@verge.net.au>
Tue, 6 Aug 2013 23:57:57 +0000
(08:57 +0900)
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 <dborkman@redhat.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
No differences found