From: Qu Haoran Date: Mon, 9 Feb 2009 22:34:56 +0000 (-0800) Subject: netfilter: xt_sctp: sctp chunk mapping doesn't work X-Git-Tag: v2.6.29-rc5~42^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e2675a61890a84849a24affedf80d5cae8b199;p=pandora-kernel.git netfilter: xt_sctp: sctp chunk mapping doesn't work 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 Signed-off-by: Nicolas Dichtel Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed