1
0
Fork 0
remarkable-uboot/disk
Ben Whitten 192bc6948b 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: Ben Whitten <ben.whitten@gmail.com>
Acked-by: Wolfgang Denk <wd@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-01-14 22:11:34 -05:00
..
Makefile kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
part.c gpt: add optional parameter type in gpt command 2015-11-12 15:58:58 -05:00
part_amiga.c block: pass block dev not num to read/write/erase() 2016-01-13 21:05:18 -05:00
part_amiga.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
part_dos.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
part_dos.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
part_efi.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
part_iso.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
part_iso.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
part_mac.c block: pass block dev not num to read/write/erase() 2016-01-13 21:05:18 -05:00
part_mac.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00