net_sched: info leak in atm_tc_dump_class()
authorDan Carpenter <[email protected]>
Tue, 30 Jul 2013 10:23:39 +0000 (13:23 +0300)
committerDavid S. Miller <[email protected]>
Wed, 31 Jul 2013 22:04:19 +0000 (15:04 -0700)
commit8cb3b9c3642c0263d48f31d525bcee7170eedc20
tree2ae4f63ec5b9136a7c4c88a18fb52ada1044f0ac
parentc8826de8af3b3c849ba9197851211ced62387a57
net_sched: info leak in atm_tc_dump_class()

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

Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/sch_atm.c