From: Patrick McHardy Date: Thu, 24 May 2007 23:41:50 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_ftp: fix newline sequence number calculation X-Git-Tag: v2.6.22-rc3~9^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b86e05467a2bf936b78695ef49039e3bbd1e0c;p=pandora-kernel.git [NETFILTER]: nf_conntrack_ftp: fix newline sequence number calculation When the packet size is changed by the FTP NAT helper, the connection tracking helper adjusts the sequence number of the newline character by the size difference. This is wrong because NAT sequence number adjustment happens after helpers are called, so the unadjusted number is compared to the already adjusted one. Based on report by YU, Haitao Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed