Re: [PATCH] cmd: efidebug: fix a failure of "boot rm" sub-command

2020-03-02 Thread Heinrich Schuchardt
On 3/2/20 1:05 AM, AKASHI Takahiro wrote: On Fri, Feb 28, 2020 at 07:05:39PM +0100, Heinrich Schuchardt wrote: On 2/28/20 1:05 AM, AKASHI Takahiro wrote: 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 va

Re: [PATCH] cmd: efidebug: fix a failure of "boot rm" sub-command

2020-03-01 Thread AKASHI Takahiro
On Fri, Feb 28, 2020 at 07:05:39PM +0100, Heinrich Schuchardt wrote: > On 2/28/20 1:05 AM, AKASHI Takahiro wrote: > > 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

Re: [PATCH] cmd: efidebug: fix a failure of "boot rm" sub-command

2020-02-28 Thread Heinrich Schuchardt
On 2/28/20 1:05 AM, AKASHI Takahiro wrote: 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 --- cmd/efidebug.c | 5 +++-- 1 fi

[PATCH] cmd: efidebug: fix a failure of "boot rm" sub-command

2020-02-27 Thread AKASHI Takahiro
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 --- cmd/efidebug.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) di