From: Balazs Scheidler Date: Mon, 8 Dec 2008 07:53:46 +0000 (-0800) Subject: tproxy: fixe a possible read from an invalid location in the socket match X-Git-Tag: v2.6.28-rc8~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49b9f295e513753e6d9bb4444ba502f1aa59b29;p=pandora-kernel.git tproxy: fixe a possible read from an invalid location in the socket match TIME_WAIT sockets need to be handled specially, and the socket match casted inet_timewait_sock instances to inet_sock, which are not compatible. Handle this special case by checking sk->sk_state. Signed-off-by: Balazs Scheidler Signed-off-by: David S. Miller --- Reading git-diff-tree failed