u-boot/drivers/fastboot
Andrew Goodbody 23d2c182d4 fastboot: Fix off by 1 error
strlen only reports length of string not including terminating 0 byte
but this has to be included in length of receiving buffer on copy so
adjust length check to be correct.

This issue found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
2025-07-22 11:30:14 -06:00
..
fb_command.c fastboot: Fix off by 1 error 2025-07-22 11:30:14 -06:00
fb_common.c fastboot: lift restrictions on !NET_LWIP for USB 2025-04-10 09:59:37 +02:00
fb_getvar.c drivers: fastboot: Add support for SPI flash memory 2025-07-22 11:30:14 -06:00
fb_mmc.c fastboot: Fix warning when CONFIG_SYS_64BIT_LBA is enable 2025-01-31 08:57:39 +01:00
fb_nand.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
fb_spi_flash.c drivers: fastboot: Add support for SPI flash memory 2025-07-22 11:30:14 -06:00
Kconfig drivers: fastboot: Add support for SPI flash memory 2025-07-22 11:30:14 -06:00
Makefile drivers: fastboot: Add support for SPI flash memory 2025-07-22 11:30:14 -06:00