diff options
author | Davide Caratti <dcaratti@redhat.com> | 2018-11-14 14:17:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-17 06:53:45 +0300 |
commit | 19ab69107d3ecfb7cd3e38ad262a881be40c01a3 (patch) | |
tree | 82b7b0d49ccbcd5e18f42f2f689ac2e37cf88d65 /drivers/net/phy | |
parent | 06bc4d0079ab6a2de86f56703ce1bd13e90b9d9d (diff) | |
download | linux-19ab69107d3ecfb7cd3e38ad262a881be40c01a3.tar.xz |
net/sched: act_pedit: fix memory leak when IDR allocation fails
tcf_idr_check_alloc() can return a negative value, on allocation failures
(-ENOMEM) or IDR exhaustion (-ENOSPC): don't leak keys_ex in these cases.
Fixes: 0190c1d452a9 ("net: sched: atomically check-allocate action")
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
0 files changed, 0 insertions, 0 deletions