Files
linux/drivers
Alexander Usyskin c01f090185 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-10-30 09:38:21 -07:00
..
2014-04-14 06:50:04 -07:00
2014-10-09 12:21:27 -07:00
2014-07-31 12:52:56 -07:00
2014-08-07 14:52:37 -07:00
2014-01-15 14:51:22 -08:00
2014-03-04 07:55:47 -08:00