commit | 020bb2c09bee5c51076d0aafa7275500c6b33eac | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Mon Jan 31 11:52:20 2022 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 11 11:29:23 2022 -0500 |
tree | 1ac6a6f17975e6cdb5653a1adffdfa6c3a1cb8c4 | |
parent | 61f1fbd63f049b0de47d5e2ce6c1f4d52da343a1 [diff] |
DFU: Do not copy the entity name over the buffer size Use strlcpy() instead of strcpy() to prevent copying the entity name over the name buffer size. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>