commit | 539a06baedd06127389b254f6b9f016ca072da13 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Mon Aug 14 18:04:24 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 14 22:17:05 2017 -0700 |
tree | 0ad4648c157cf03a6f00c4a55c159a1a766eb972 | |
parent | bae514a688881bb8ea15e836cad6df95e4b94190 [diff] |
tcp: ulp: avoid module refcnt leak in tcp_set_ulp __tcp_ulp_find_autoload returns tcp_ulp_ops after taking a reference on the module. Then, if ->init fails, tcp_set_ulp propagates the error but nothing releases that reference. Fixes: 734942cc4ea6 ("tcp: ULP infrastructure") Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: David S. Miller <davem@davemloft.net>