Re: [PATCH 1/1] cmd: undefined return value of do_extension_apply()

2022-08-04 Thread Tom Rini
On Mon, Jul 11, 2022 at 08:01:12PM +0200, Heinrich Schuchardt wrote: > If 'extension apply all' is executed and no extension is found, the return > value of do_extension_apply() is undefined. Return CMD_RET_FAILURE in this > case. > > Fixes: 2f84e9cf06d3 ("cmd: add support for a new "extension"

Re: [PATCH 1/1] cmd: undefined return value of do_extension_apply()

2022-07-19 Thread Köry Maincent
Hello Heinrich, On Mon, 11 Jul 2022 20:01:12 +0200 Heinrich Schuchardt wrote: > If 'extension apply all' is executed and no extension is found, the return > value of do_extension_apply() is undefined. Return CMD_RET_FAILURE in this > case. > > Fixes: 2f84e9cf06d3 ("cmd: add support for a new

[PATCH 1/1] cmd: undefined return value of do_extension_apply()

2022-07-11 Thread Heinrich Schuchardt
If 'extension apply all' is executed and no extension is found, the return value of do_extension_apply() is undefined. Return CMD_RET_FAILURE in this case. Fixes: 2f84e9cf06d3 ("cmd: add support for a new "extension" command") Signed-off-by: Heinrich Schuchardt --- cmd/extension_board.c | 1 +