From: Lee Jones Date: Thu, 28 Aug 2014 13:14:09 +0000 (+0100) Subject: misc: st_kim: Increase size of dev_name buffer to incorporate termination X-Git-Tag: fixes-for-v3.18-merge-window~11^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdbb715fa0c53203b1ea2a6ecc54bdcc8951612;p=pandora-kernel.git misc: st_kim: Increase size of dev_name buffer to incorporate termination Calling strncpy with a maximum size argument of 32 bytes on destination array kim_gdata->dev_name of size 32 bytes might leave the destination string unterminated. Signed-off-by: Lee Jones Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed