]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netfilter: xt_sctp: sctp chunk mapping doesn't work
authorQu Haoran <haoran.qu@6wind.com>
Thu, 12 Feb 2009 07:07:38 +0000 (08:07 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Feb 2009 17:46:27 +0000 (09:46 -0800)
commit6828698ba2b7411df27de996c13c4d843534778f
tree14cf75a2fa2cb6a32170e0324d34a43ed1ba8ed7
parentab99d1f0178769bf09ee10815ac7139be16c2e19
netfilter: xt_sctp: sctp chunk mapping doesn't work

netfilter: xt_sctp: sctp chunk mapping doesn't work

Upstream commit: d4e2675a

When user tries to map all chunks given in argument, kernel
works on a copy of the chunkmap, but at the end it doesn't
check the copy, but the orginal one.

Signed-off-by: Qu Haoran <haoran.qu@6wind.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/netfilter/xt_sctp.c