commit | d4e2675a61890a84849a24affedf80d5cae8b199 | [log] [tgz] |
---|---|---|
author | Qu Haoran <haoran.qu@6wind.com> | Mon Feb 09 14:34:56 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 09 14:34:56 2009 -0800 |
tree | 85965950ebaa574c27285f19ceb42f81ac43b3f1 | |
parent | 1f9da256163e3ff91a12d0b861091f0e525139df [diff] |
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 <haoran.qu@6wind.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>