Files
linux/drivers/misc/mei
Alexander Usyskin ba8beb4ca8 mei: bus: fix possible boundaries violation
commit cfda2794b5 upstream.

function 'strncpy' will fill whole buffer 'id.name' of fixed size (32)
with string value and will not leave place for NULL-terminator.
Possible buffer boundaries violation in following string operations.
Replace strncpy with strlcpy.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-21 09:22:55 -08:00
..
2013-10-05 07:13:10 -07:00
2013-04-11 12:39:01 -07:00
2013-04-19 10:58:21 -07:00
2014-07-06 18:54:15 -07:00
2013-03-15 11:10:48 -07:00
2013-10-05 07:13:10 -07:00
2013-03-29 08:32:21 -07:00
2013-04-10 18:56:53 -07:00
2014-09-05 16:28:36 -07:00