commit | 729235554d805c63e5e274fcc6a98e71015dd847 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Feb 11 22:50:29 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 16 20:24:06 2016 -0500 |
tree | 04ecded263a2d8274d32c2832368a92f69e3a25d | |
parent | 372022830b06d9980c7e8b41fa0a4081cff883b0 [diff] |
tcp: md5: release request socket instead of listener If tcp_v4_inbound_md5_hash() returns an error, we must release the refcount on the request socket, not on the listener. The bug was added for IPv4 only. Fixes: 079096f103fac ("tcp/dccp: install syn_recv requests into ehash table") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>