staging: lustre: add missing buffer overflow fix for console.c
authorDmitry Eremin <dmitry.eremin@intel.com>
Sat, 12 Mar 2016 18:00:32 +0000 (13:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
commitea25f451a063e1934402fab578d85ea8254d3dee
treeb32e01bc78fb2e6a8f8ab7d104a6e5b1c18e3795
parentbde98b0603cf6ebdf2d5aea7f83f02f88aa35a7f
staging: lustre: add missing buffer overflow fix for console.c

Patch 9389 change a strncpy call into a strlcpy call. This was
missed in the merger into the upstream client.

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4629
Reviewed-on: http://review.whamcloud.com/9389
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/console.c