git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001389b
)
net sched: fix some kernel memory leaks
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 16 Aug 2010 20:04:22 +0000
(20:04 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Aug 2010 22:12:15 +0000
(15:12 -0700)
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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found