commit | d1fb55592909ea249af70170c7a52e637009564d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 19 21:52:38 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 19 15:39:36 2020 -0700 |
tree | 6e1dd506060d1a571d5d41ce5c539cd3f93c5a50 | |
parent | b4c8998be2a40989faab0001714dad0bc5e5fdbf [diff] |
netlink: fix state reallocation in policy export Evidently, when I did this previously, we didn't have more than 10 policies and didn't run into the reallocation path, because it's missing a memset() for the unused policies. Fix that. Fixes: d07dcf9aadd6 ("netlink: add infrastructure to expose policies to userspace") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>