diff options
author | Nikolay Aleksandrov | 2021-08-16 13:11:33 +0300 |
---|---|---|
committer | David S. Miller | 2021-08-16 13:58:00 +0100 |
commit | cdda378bd8d9076319e5713595b4944b32d95a40 (patch) | |
tree | 6ba91127d59afddac420e0c501e99af39b9582cd /LICENSES | |
parent | f137b7d4ecf8fca0891f435a198b3c8beec8a9d2 (diff) |
net: bridge: mcast: drop sizeof for nest attribute's zero size
This was a dumb error I made instead of writing nla_total_size(0)
for a nest attribute, I wrote nla_total_size(sizeof(0)).
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Fixes: 606433fe3e11 ("net: bridge: mcast: dump ipv4 querier state")
Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions