diff options
author | 2016-06-01 14:16:50 +0100 | |
---|---|---|
committer | 2016-06-01 22:02:01 -0700 | |
commit | bfa49cfc526201119623de6593d284c96563bede (patch) | |
tree | 99ec5e5b9fe2eb2bfa96d313966d22676f315787 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (diff) | |
download | wireguard-linux-bfa49cfc526201119623de6593d284c96563bede.tar.xz wireguard-linux-bfa49cfc526201119623de6593d284c96563bede.zip |
net/ethoc: fix null dereference on error exit path
priv is assigned to NULL however some of the early error exit paths to
label 'free' dereference priv, causing a null pointer dereference.
Move the label 'free' to just the free_netdev statement, and add a new
exit path 'free2' for the error cases were clk_disable_unprepare needs
calling before the final free.
Fixes issue found by CoverityScan, CID#113260
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions