Merge branch 'tcf_foo_init-NULL-deref'
authorDavid S. Miller <davem@davemloft.net>
Sat, 17 Mar 2018 23:53:29 +0000 (19:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Mar 2018 23:53:29 +0000 (19:53 -0400)
Davide Caratti says:

====================
net/sched: fix NULL dereference in the error path of .init()

with several TC actions it's possible to see NULL pointer dereference,
when the .init() function calls tcf_idr_alloc(), fails at some point and
then calls tcf_idr_release(): this series fixes all them introducing
non-NULL tests in the .cleanup() function.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge