]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: sb105x: info leak in mp_get_count()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 29 Oct 2013 20:01:43 +0000 (23:01 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Oct 2013 19:24:50 +0000 (12:24 -0700)
commit798aa7aa97715512fc0bcff9539fa22ec31527dd
treee8eeabbf41c976edce53a42c611cf2e0a5dd7d12
parent31e5708ddc6020bfadebf0b3411cf5c40a00ce87
Staging: sb105x: info leak in mp_get_count()

The icount.reserved[] array isn't initialized so it leaks stack
information to userspace.

Reported-by: Nico Golde <nico@ngolde.de>
Reported-by: Fabian Yamaguchi <fabs@goesec.de>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/staging/sb105x/sb_pci_mp.c