From: Dan Carpenter Date: Thu, 11 Oct 2012 06:54:05 +0000 (+0300) Subject: Staging: vt6655-6: shift wrap buf in s_vFillTxKey() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff4573a7afc53ccf6c66622b884d60208d04db2b;p=pandora-kernel.git Staging: vt6655-6: shift wrap buf in s_vFillTxKey() byKeyIndex is an unsigned char between 0 and 0xf. If it is any value higher than 1, then we will hit an integer wrap issue here. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed