From: Dan Carpenter Date: Fri, 23 Sep 2011 06:23:22 +0000 (+0300) Subject: Staging: vt6655-6: potential info leak in private_ioctl() X-Git-Tag: v3.2-rc1~169^2^2~350 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0920b1fedb4d694fe4732cfc3cccfcd4743f84;p=pandora-kernel.git Staging: vt6655-6: potential info leak in private_ioctl() Smatch has a new check for Rosenberg type information leaks where structs are copied to the user with uninitialized stack data in them. In this path, the .uLinkRate member doesn't get initialized so I've set it to zero. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed