From: Ilpo Järvinen Date: Wed, 14 Nov 2007 05:03:13 +0000 (-0800) Subject: [TCP] FRTO: Plug potential LOST-bit leak X-Git-Tag: v2.6.24-rc3~16^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23aeeec365dcf8bc87fae44c533e50d0bb4f23cc;p=pandora-kernel.git [TCP] FRTO: Plug potential LOST-bit leak It might be possible that, in some extreme scenario that I just cannot now construct in my mind, end_seq <= frto_highmark check does not match causing the lost_out and LOST bits become out-of-sync due to clearing and recounting in the loop. This may fix LOST-bit leak reported by Chazarain Guillaume . Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed