From: Dan Carpenter Date: Thu, 22 Jan 2015 16:20:16 +0000 (-0800) Subject: Input: cyapa - off by one in cyapa_update_fw_store() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~128^2^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4810773754fe8371d17b1be49b1c15e8d9d4547;p=pandora-kernel.git Input: cyapa - off by one in cyapa_update_fw_store() If "(count == NAME_MAX)" then we could end up putting the NUL terminator one space beyond the end of the fw_name[] array. Signed-off-by: Dan Carpenter Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed