summaryrefslogtreecommitdiff
path: root/tools/hv
diff options
context:
space:
mode:
authorVlad Buslov <vladbu@mellanox.com>2019-02-25 18:28:27 +0300
committerDavid S. Miller <davem@davemloft.net>2019-02-25 21:13:38 +0300
commita3df633a3c92bb96b06552c3f828d7c267774379 (patch)
treee88bc2c551807bd0e12efef7635ca866148fd624 /tools/hv
parent9919a363a5cb57c2b64c4803b4d2dd45e90bf230 (diff)
downloadlinux-a3df633a3c92bb96b06552c3f828d7c267774379.tar.xz
net: sched: act_tunnel_key: fix NULL pointer dereference during init
Metadata pointer is only initialized for action TCA_TUNNEL_KEY_ACT_SET, but it is unconditionally dereferenced in tunnel_key_init() error handler. Verify that metadata pointer is not NULL before dereferencing it in tunnel_key_init error handling code. Fixes: ee28bb56ac5b ("net/sched: fix memory leak in act_tunnel_key_init()") Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Reviewed-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/hv')
0 files changed, 0 insertions, 0 deletions