diff options
author | 2016-05-19 21:20:55 +0200 | |
---|---|---|
committer | 2016-05-23 13:54:03 -0700 | |
commit | 8da07a393f48864a87c61bb1dfbee640d9b97fd6 (patch) | |
tree | f78f9967a4109c2b9d751e84991ded81fb683f87 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/atm: sk_err_soft must be positive (diff) | |
download | wireguard-linux-8da07a393f48864a87c61bb1dfbee640d9b97fd6.tar.xz wireguard-linux-8da07a393f48864a87c61bb1dfbee640d9b97fd6.zip |
net: hns: avoid null pointer dereference
In the statement
assert(priv || priv->ae_handle);
the right side of || is only evaluated if priv is null.
v2:
As suggested by David Leight and David Miller the assert
statements are removed.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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