git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0755c
)
tproxy: fixe a possible read from an invalid location in the socket match
author
Balazs Scheidler
<bazsi@balabit.hu>
Mon, 8 Dec 2008 07:53:46 +0000
(23:53 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 8 Dec 2008 07:53:46 +0000
(23:53 -0800)
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 <bazsi@balabit.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found