summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2013-04-05 08:13:30 +0000
committerBen Hutchings <ben@decadent.org.uk>2013-11-28 14:02:00 +0000
commitbb116a889998b2385f57b4295c957c11395be049 (patch)
tree4eed379a0938e04a2554ce147d2251b060777ab4 /kernel
parentd8be753be2f0a7a6982622317f508c00909e2e8b (diff)
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 <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> [bwh: Backported to 3.2: there is no log message to delete] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions