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:
c888d4e
)
staging: stradis: fix error handling and information leak to userland
author
Vasiliy Kulikov
<segooon@gmail.com>
Sun, 10 Oct 2010 17:28:51 +0000
(21:28 +0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 9 Nov 2010 21:24:13 +0000
(13:24 -0800)
configure_saa7146() didn't free irq on error.
saa_open() didn't decrease reference count of saa on error.
saa_ioctl() leaked information from the kernel stack to userland as it
didn't fill copied structs with zeros.
Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found