commit | 9276dfd27897a0b29d8b5814f39a1f82f56b6b6b | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Mon Feb 25 17:43:25 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 05 16:56:27 2013 +1100 |
tree | 2a34180edd2663c594212aa8e51fa909a359692e | |
parent | 6b6680c4ea3952af8ae76915cbca41245147741b [diff] |
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>