Files
linux/drivers
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-12-08 07:29:25 -08:00
2013-05-17 14:31:05 -04:00
2014-11-21 09:22:52 -08:00
2014-03-06 21:30:14 -08:00
2014-11-14 08:48:01 -08:00
2014-04-14 06:42:18 -07:00
2014-02-20 11:06:11 -08:00
2014-04-03 12:01:05 -07:00
2014-11-14 08:47:56 -08:00