diff options
author | Eric Dumazet <edumazet@google.com> | 2015-11-05 21:50:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-05 21:57:51 +0100 |
commit | 49a496c97d035f2eab7cef4894dd46202184fc81 (patch) | |
tree | f2f342a141a695ddf35aa84bcb5fe6660ca570bf /crypto/async_tx | |
parent | packet: race condition in packet_bind (diff) | |
download | linux-49a496c97d035f2eab7cef4894dd46202184fc81.tar.xz linux-49a496c97d035f2eab7cef4894dd46202184fc81.zip |
tcp: use correct req pointer in tcp_move_syn() calls
I mistakenly took wrong request sock pointer when calling tcp_move_syn()
@req_unhash is either a copy of @req, or a NULL value for
FastOpen connexions (as we do not expect to unhash the temporary
request sock from ehash table)
Fixes: 805c4bc05705 ("tcp: fix req->saved_syn race")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ying Cai <ycai@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/async_tx')
0 files changed, 0 insertions, 0 deletions