From: Eric Dumazet Date: Mon, 16 Aug 2010 20:04:22 +0000 (+0000) Subject: net sched: fix some kernel memory leaks X-Git-Tag: v2.6.36-rc2~49^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c40be12f7d8ca1d387510d39787b12e512a7ce8;p=pandora-kernel.git net sched: fix some kernel memory leaks We leak at least 32bits of kernel memory to user land in tc dump, because we dont init all fields (capab ?) of the dumped structure. Use C99 initializers so that holes and non explicit fields are zeroed. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed