From: Patrick McHardy Date: Fri, 5 Apr 2013 08:13:30 +0000 (+0000) Subject: netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the packet X-Git-Tag: v3.2.53~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb116a889998b2385f57b4295c957c11395be049;p=pandora-kernel.git netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the packet commit 3a7b21eaf4fb3c971bdb47a98f570550ddfe4471 upstream. Some Cisco phones create huge messages that are spread over multiple packets. After calculating the offset of the SIP body, it is validated to be within the packet and the packet is dropped otherwise. This breaks operation of these phones. Since connection tracking is supposed to be passive, just let those packets pass unmodified and untracked. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso [bwh: Backported to 3.2: there is no log message to delete] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed