From: Patrick McHardy Date: Thu, 9 Aug 2012 10:08:47 +0000 (+0000) Subject: netfilter: nf_nat_sip: fix via header translation with multiple parameters X-Git-Tag: v3.6-rc3~10^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22eb25cf5b1157b29ef88c793b71972efc47143;p=pandora-kernel.git netfilter: nf_nat_sip: fix via header translation with multiple parameters Via-headers are parsed beginning at the first character after the Via-address. When the address is translated first and its length decreases, the offset to start parsing at is incorrect and header parameters might be missed. Update the offset after translating the Via-address to fix this. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed