diff options
| author | Ivan Vecera <[email protected]> | 2021-10-28 15:58:35 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-10-29 12:31:32 +0000 |
| commit | 829e050eea69c7442441b714b6f5b339b5b8c367 (patch) | |
| tree | 14b782fe80d7415d427ca754fff65ccf94bcd424 /scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | |
| parent | net: phylink: avoid mvneta warning when setting pause parameters (diff) | |
| download | kernel-829e050eea69c7442441b714b6f5b339b5b8c367.tar.gz kernel-829e050eea69c7442441b714b6f5b339b5b8c367.zip | |
net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
Function br_get_link_af_size_filtered() calls br_cfm_{,peer}_mep_count()
that return a count. When BRIDGE_CFM is not enabled these functions
simply return -EOPNOTSUPP but do not modify count parameter and
calling function then works with uninitialized variables.
Modify these inline functions to return zero in count parameter.
Fixes: b6d0425b816e ("bridge: cfm: Netlink Notifications.")
Cc: Henrik Bjoernlund <[email protected]>
Signed-off-by: Ivan Vecera <[email protected]>
Acked-by: Nikolay Aleksandrov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h')
0 files changed, 0 insertions, 0 deletions
