commit | aefc5818553680c50c9f6840e47c01b80edd9b3a | [log] [tgz] |
---|---|---|
author | Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> | Sat Dec 16 14:45:33 2017 -0800 |
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Sat Dec 16 14:45:33 2017 -0800 |
tree | 8cc3f559facca7bc331099c1d968599649240503 | |
parent | bd0fa74e7ced89580428365515f3d370cd2810d8 [diff] |
soc: ti: fix max dup length for kstrndup If source string longer than max, kstrndup will alloc max+1 space. So, we should make sure the result will not over limit. Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>