aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c
diff options
context:
space:
mode:
authorMathias Krause <minipli@googlemail.com>2016-04-10 12:52:28 +0200
committerDavid S. Miller <davem@davemloft.net>2016-04-14 00:46:39 -0400
commit309cf37fe2a781279b7675d4bb7173198e532867 (patch)
tree90e5bb98299df826738da22e6bee834a2d60fdfd /net/sched/sch_generic.c
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue (diff)
downloadlinux-dev-309cf37fe2a781279b7675d4bb7173198e532867.tar.xz
linux-dev-309cf37fe2a781279b7675d4bb7173198e532867.zip
packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
Because we miss to wipe the remainder of i->addr[] in packet_mc_add(), pdiag_put_mclist() leaks uninitialized heap bytes via the PACKET_DIAG_MCLIST netlink attribute. Fix this by explicitly memset(0)ing the remaining bytes in i->addr[]. Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module") Signed-off-by: Mathias Krause <minipli@googlemail.com> Cc: Eric W. Biederman <ebiederm@xmission.com> Cc: Pavel Emelyanov <xemul@parallels.com> Acked-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_generic.c')
0 files changed, 0 insertions, 0 deletions