From: Li Zefan Date: Thu, 18 Oct 2007 12:12:21 +0000 (-0700) Subject: [NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is required X-Git-Tag: v2.6.24-rc1~294^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009e8c965fd72a78636b9a96c7015109c5c70176;p=pandora-kernel.git [NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is required Macros like SCTP_CHUNKMAP_XXX(chukmap) require chukmap to be an array, but match_packet() passes a pointer to these macros. Also remove the ELEMCOUNT macro and fix a bug in SCTP_CHUNKMAP_COPY. Signed-off-by: Li Zefan Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed