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:
d6b00fe
)
ipvs: uninitialized data with IP_VS_IPV6
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sat, 6 Dec 2014 13:49:24 +0000
(16:49 +0300)
committer
Simon Horman
<horms@verge.net.au>
Wed, 10 Dec 2014 08:36:47 +0000
(17:36 +0900)
The app_tcp_pkt_out() function expects "*diff" to be set and ends up
using uninitialized data if CONFIG_IP_VS_IPV6 is turned on.
The same issue is there in app_tcp_pkt_in(). Thanks to Julian Anastasov
for noticing that.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_ftp.c
patch
|
blob
|
history
diff --cc
net/netfilter/ipvs/ip_vs_ftp.c
Simple merge