diff options
author | Dileep Katta <dileep.katta@linaro.org> | 2015-02-13 14:33:42 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-02-25 17:47:02 +0100 |
commit | e874207134e9d2d5958636f7f32b60e5441ab320 (patch) | |
tree | 429c3cd7b1bf2eea826bc752da895878061cf18e /include | |
parent | 9e4b510d40310bf46e09f4edd0a0b6356213df47 (diff) | |
download | u-boot-imx-e874207134e9d2d5958636f7f32b60e5441ab320.zip u-boot-imx-e874207134e9d2d5958636f7f32b60e5441ab320.tar.gz u-boot-imx-e874207134e9d2d5958636f7f32b60e5441ab320.tar.bz2 |
fastboot: Correct fastboot_fail and fastboot_okay strings
If the string is copied without NULL termination using strncpy(),
then strncat() on the next line, may concatenate the string after
some stale (or random) data, if the response string was not
zero-initialized.
Signed-off-by: Dileep Katta <dileep.katta@linaro.org>
Reviewed-by: Steve Rae <srae@broadcom.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions