aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2016-10-17 21:50:23 +0200
committerPablo Neira Ayuso <[email protected]>2016-10-19 18:32:24 +0200
commit1ecc281ec2f52d715dfc8cb67b6820ea813b9e52 (patch)
tree8a18765d57aee4fff59cea82dbd0f72ac5dcd79c /net/unix/sysctl_net_unix.c
parentd2e4d593516e877f1f6fb40031eb495f36606e16 (diff)
netfilter: x_tables: suppress kmemcheck warning
Markus Trippelsdorf reports: WARNING: kmemcheck: Caught 64-bit read from uninitialized memory (ffff88001e605480) 4055601e0088ffff000000000000000090686d81ffffffff0000000000000000 u u u u u u u u u u u u u u u u i i i i i i i i u u u u u u u u ^ |RIP: 0010:[<ffffffff8166e561>] [<ffffffff8166e561>] nf_register_net_hook+0x51/0x160 [..] [<ffffffff8166e561>] nf_register_net_hook+0x51/0x160 [<ffffffff8166eaaf>] nf_register_net_hooks+0x3f/0xa0 [<ffffffff816d6715>] ipt_register_table+0xe5/0x110 [..] This warning is harmless; we copy 'uninitialized' data from the hook ops but it will not be used. Long term the structures keeping run-time data should be disentangled from those only containing config-time data (such as where in the list to insert a hook), but thats -next material. Reported-by: Markus Trippelsdorf <[email protected]> Suggested-by: Al Viro <[email protected]> Signed-off-by: Florian Westphal <[email protected]> Acked-by: Aaron Conole <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions