]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: xt_sctp: sctp chunk mapping doesn't work
authorQu Haoran <haoran.qu@6wind.com>
Mon, 9 Feb 2009 22:34:56 +0000 (14:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Feb 2009 22:34:56 +0000 (14:34 -0800)
commit3d5209d7c8588d2296660c800f0343dc83d8e4da
tree85965950ebaa574c27285f19ceb42f81ac43b3f1
parent99b5f50fe741186de738844b5e0676ac1dafe3c0
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>
net/netfilter/xt_sctp.c