net_sched: info leak in atm_tc_dump_class()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 30 Jul 2013 10:23:39 +0000 (13:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 01:35:26 +0000 (18:35 -0700)
commit32976e6354d193eb47fd3e405cf22209782efe19
tree538800b705b3bd07e6f618315a18c3250b5f0acb
parent1ec05e6b8c709aa7f250a4ddc9fd4e423bf4cfd1
net_sched: info leak in atm_tc_dump_class()

[ Upstream commit 8cb3b9c3642c0263d48f31d525bcee7170eedc20 ]

The "pvc" struct has a hole after pvc.sap_family which is not cleared.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sched/sch_atm.c