Skip to content
Snippets Groups Projects
Commit 192bc694 authored by Ben Whitten's avatar Ben Whitten Committed by Tom Rini
Browse files

Fix GCC format-security errors and convert sprintfs.


With format-security errors turned on, GCC picks up the use of sprintf with
a format parameter not being a string literal.

Simple uses of sprintf are also converted to use strcpy.

Signed-off-by: default avatarBen Whitten <ben.whitten@gmail.com>
Acked-by: default avatarWolfgang Denk <wd@denx.de>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 4edde961
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 29 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment