commit | e8bced62b6be344dbc922d88b1b278e316e1585f | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Feb 28 09:05:04 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 11 08:23:05 2020 +0100 |
tree | 8e7d746fd7b2ca998191f470f815d252751a7b13 | |
parent | b484296f6fda23ab2c996892826ebcc12cbd2303 [diff] |
cmd: efidebug: fix a failure of "boot rm" sub-command There is a wrong usage of utf8_utf16_strncpy() in "boot rm" command, and then it will end up with a failure of this command due to a wrong value of an interim variable ("var_name16"). Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>