]> git.sur5r.net Git - u-boot/commit
common: nvedit: use snprintf instead of sprintf
authorPeng Fan <peng.fan@nxp.com>
Wed, 23 Dec 2015 04:08:09 +0000 (12:08 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 4 Jan 2016 17:25:36 +0000 (12:25 -0500)
commit5d49b4cdf9417b88476567c8ec78ff185d84b10f
treecc33b0326c79581071c9c86a3efb36672280a4c9
parent5a6894397a657edec5d0cf4e20968cc66a368c51
common: nvedit: use snprintf instead of sprintf

Use snprintf to replace sprintf.

Coverity log:
"
Unbounded source buffer (STRING_SIZE)
string_size: Passing string init_val of unknown size to sprintf.
"

Reported-by: Coverity
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_nvedit.c