drivers/tty/hvc: Use strlcpy instead of strncpy
authorChen Gang <gang.chen@asianux.com>
Mon, 25 Feb 2013 17:43:25 +0000 (17:43 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Mar 2013 05:56:27 +0000 (16:56 +1100)
commit9276dfd27897a0b29d8b5814f39a1f82f56b6b6b
tree2a34180edd2663c594212aa8e51fa909a359692e
parent6b6680c4ea3952af8ae76915cbca41245147741b
drivers/tty/hvc: Use strlcpy instead of strncpy

when strlen pi->location_code is larger than HVCS_CLC_LENGTH + 1,
    original implementation can not let hvcsd->p_location_code NUL terminated.
  so need fix it (also can simplify the code)

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/tty/hvc/hvcs.c
This page took 0.038973 seconds and 5 git commands to generate.