commit | b7953d3c0e30a5fc944f6b7bd0bcceb0794bcd85 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Wed Jul 26 14:19:46 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 27 00:01:05 2017 -0700 |
tree | f21a6b05a0e172a2fcf6f8bf88686fcb5dd2abf7 | |
parent | 0c2232b0a71db0ac1d22f751aa1ac0cadb950fd2 [diff] |
dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly The patch "dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly" fixed reqsk refcnt leak for dccp_ipv6. The same issue exists on dccp_ipv4. This patch is to fix it for dccp_ipv4. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>