u-boot/drivers/dfu
Masami Hiramatsu 53b406369e DFU: Check the number of arguments and argument string strictly
When parsing the dfu_alt_info, check the number of arguments
and argument string strictly. If there is any garbage data
(which is not able to be parsed correctly) in dfu_alt_info,
that means something wrong and user may make a typo or mis-
understanding about the syntax. Since the dfu_alt_info is
used for updating the firmware, this mistake may lead to
brick the hardware.
Thus it should be checked strictly for making sure there
is no mistake.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
2022-02-11 11:29:23 -05:00
..
dfu.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_alt.c dfu: add dfu_write_by_alt() 2020-10-30 14:20:27 +01:00
dfu_mmc.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_mtd.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_nand.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_ram.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_sf.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_virt.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
Kconfig dfu: Sort Kconfig entries alphabetically 2021-10-26 15:26:45 -04:00
Makefile dfu: rename dfu_tftp_write() to dfu_write_by_name() 2020-10-30 14:20:27 +01:00