From: Lee Jones Date: Wed, 13 Aug 2014 11:45:19 +0000 (+0100) Subject: misc: st_kim: Increase size of dev_name buffer to incorporate termination X-Git-Tag: fixes-against-v3.18-rc2~69^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae61fbf38d0cd2aa922eb5e7241e9b0bfd7009d;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. Cc: gregkh@linuxfoundation.org Signed-off-by: Lee Jones --- Reading git-diff-tree failed