Input: i8042 - fix incorrect usage of strncpy and strncat
authorRoel Kluin <12o3l@tiscali.nl>
Fri, 18 Apr 2008 04:25:18 +0000 (00:25 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 24 Apr 2008 17:25:08 +0000 (13:25 -0400)
Fix incorrect length argument for strncpy and strncat by replacing them with
strlcpy and strlcat

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found