commit | 8d1e72250c847fa96498ec029891de4dc638a5ba | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Oct 29 23:01:11 2013 +0300 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 30 12:24:49 2013 -0700 |
tree | bc410604845a943c3130fbdada6d20c9483efcc2 | |
parent | b5e2f339865fb443107e5b10603e53bbc92dc054 [diff] |
Staging: bcm: info leak in ioctl The DevInfo.u32Reserved[] array isn't initialized so it leaks kernel information to user space. 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>