]> Git Repo - J-u-boot.git/commit
driver/qe: use strncpy instead of strcpy
authorZhao Qiang <[email protected]>
Tue, 5 May 2015 07:53:33 +0000 (15:53 +0800)
committerYork Sun <[email protected]>
Mon, 3 Aug 2015 19:06:36 +0000 (12:06 -0700)
commit0e0224ee627a71191a4e704c367c09723b995993
treeee5a92d58d3672b27338959b84d2e7fb307ef504
parente94a8fd36300b1df347f034e0cfa6704dad83b6d
driver/qe: use strncpy instead of strcpy

strncpy is safer than strcpy, use it to instead of strcpy.

Signed-off-by: Zhao Qiang <[email protected]>
Reviewed-by: York Sun <[email protected]>
drivers/qe/qe.c
This page took 0.0338619999999999 seconds and 4 git commands to generate.