diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-23 13:01:50 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-29 00:24:07 +0100 |
commit | 0f0e2159c0c101426b705d70f43b9f423d51c869 (patch) | |
tree | 3f34c4510c93017c34e9b6b02975a6c4a17b7c2b /include/net/af_vsock.h | |
parent | tg3: Convert to use hwmon_device_register_with_groups (diff) | |
download | linux-0f0e2159c0c101426b705d70f43b9f423d51c869.tar.xz linux-0f0e2159c0c101426b705d70f43b9f423d51c869.zip |
genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()
net/netlink/genetlink.c: In function ‘genl_validate_assign_mc_groups’:
net/netlink/genetlink.c:217: warning: ‘err’ may be used uninitialized in this
function
Commit 2a94fe48f32ccf7321450a2cc07f2b724a444e5b ("genetlink: make multicast
groups const, prevent abuse") split genl_register_mc_group() in multiple
functions, but dropped the initialization of err.
Initialize err to zero to fix this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/af_vsock.h')
0 files changed, 0 insertions, 0 deletions