drivers/tty/serial/8250: use strlcpy instead of strcpy
authorChen Gang <gang.chen@asianux.com>
Sun, 20 Jan 2013 09:36:02 +0000 (17:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Jan 2013 23:50:36 +0000 (15:50 -0800)
  The fields must be null-terminated, or next printk for %s, will cause issue.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found