From: Vasiliy Kulikov Date: Sun, 10 Oct 2010 17:28:51 +0000 (+0400) Subject: staging: stradis: fix error handling and information leak to userland X-Git-Tag: v2.6.37-rc2~22^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea07a9f2557b8ea99a0cdd778a5d94a7495bb049;p=pandora-kernel.git staging: stradis: fix error handling and information leak to userland 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed