From: Lars Immisch Date: Tue, 30 Jan 2007 22:24:57 +0000 (-0800) Subject: [NETFILTER]: SIP conntrack: fix skipping over user info in SIP headers X-Git-Tag: v2.6.20~37^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7da5bfbb12e327b3a347ee3e076957cd6564eb56;p=pandora-kernel.git [NETFILTER]: SIP conntrack: fix skipping over user info in SIP headers When trying to skip over the username in the Contact header, stop at the end of the line if no @ is found to avoid mangling following headers. We don't need to worry about continuation lines because we search inside a SIP URI. Fixes Netfilter Bugzilla #532. Signed-off-by: Lars Immisch Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed