diff options
author | Sabrina Dubroca <sd@queasysnail.net> | 2017-08-14 18:04:24 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-14 22:17:05 -0700 |
commit | 539a06baedd06127389b254f6b9f016ca072da13 (patch) | |
tree | 0ad4648c157cf03a6f00c4a55c159a1a766eb972 /usr/.gitignore | |
parent | bae514a688881bb8ea15e836cad6df95e4b94190 (diff) | |
download | op-kernel-dev-539a06baedd06127389b254f6b9f016ca072da13.zip op-kernel-dev-539a06baedd06127389b254f6b9f016ca072da13.tar.gz |
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>
Diffstat (limited to 'usr/.gitignore')
0 files changed, 0 insertions, 0 deletions