commit | e874207134e9d2d5958636f7f32b60e5441ab320 | [log] [tgz] |
---|---|---|
author | Dileep Katta <dileep.katta@linaro.org> | Fri Feb 13 14:33:42 2015 +0800 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 25 17:47:02 2015 +0100 |
tree | 429c3cd7b1bf2eea826bc752da895878061cf18e | |
parent | 9e4b510d40310bf46e09f4edd0a0b6356213df47 [diff] |
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>