diff options
author | Vlad Buslov <[email protected]> | 2018-08-14 20:29:56 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-08-16 12:12:12 -0700 |
commit | 32039eac4c48f70dfaad36a84f30356ededc7ea8 (patch) | |
tree | e032ecc8fe44d5c4534999e5bdd97e1cced66080 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 5f34f69ede27dea1f167a0a6d8996f0194b27ba8 (diff) |
net: sched: act_ife: always release ife action on init error
Action init API was changed to always take reference to action, even when
overwriting existing action. Substitute conditional action release, which
was executed only if action is newly created, with unconditional release in
tcf_ife_init() error handling code to prevent double free or memory leak in
case of overwrite.
Fixes: 4e8ddd7f1758 ("net: sched: don't release reference on action overwrite")
Reported-by: Cong Wang <[email protected]>
Signed-off-by: Vlad Buslov <[email protected]>
Acked-by: Cong Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions