netfilter: nf_ct_sip: handle non-linear skbs
authorPatrick McHardy <kaber@trash.net>
Fri, 14 May 2010 19:18:17 +0000 (21:18 +0200)
committerPatrick McHardy <kaber@trash.net>
Fri, 14 May 2010 19:18:17 +0000 (21:18 +0200)
Handle non-linear skbs by linearizing them instead of silently failing.
Long term the helper should be fixed to either work with non-linear skbs
directly by using the string search API or work on a copy of the data.

Based on patch by Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found