diff options
author | Tom Rix <trix@redhat.com> | 2022-03-05 21:13:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-03-07 15:26:53 +0300 |
commit | 57d29a2935c9aab0aaef6264bf6a58aad3859e7c (patch) | |
tree | 14dd865f56e08c9e7d6aa5ea9c15d841c004cb18 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | cd5169841c49dab75ecc3b20b3bd1100395b6909 (diff) | |
download | linux-57d29a2935c9aab0aaef6264bf6a58aad3859e7c.tar.xz |
net: rtnetlink: fix error handling in rtnl_fill_statsinfo()
The clang static analyzer reports this issue
rtnetlink.c:5481:2: warning: Undefined or garbage
value returned to caller
return err;
^~~~~~~~~~
There is a function level err variable, in the
list_for_each_entry_rcu block there is a shadow
err. Remove the shadow.
In the same block, the call to nla_nest_start_noflag()
can fail without setting an err. Set the err
to -EMSGSIZE.
Fixes: 216e690631f5 ("net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns")
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions