From: Alexander Duyck Date: Thu, 12 Jul 2012 00:18:04 +0000 (-0700) Subject: tcp: Fix out of bounds access to tcpm_vals X-Git-Tag: v3.6-rc1~125^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2100844ca9d7055d5cddce2f8ed13af94c01f85b;p=pandora-kernel.git tcp: Fix out of bounds access to tcpm_vals The recent patch "tcp: Maintain dynamic metrics in local cache." introduced an out of bounds access due to what appears to be a typo. I believe this change should resolve the issue by replacing the access to RTAX_CWND with TCP_METRIC_CWND. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed