On 2026-05-15T20:47:30, Adam Lackorzynski <[email protected]> wrote: > common/command.c: Avoid NULL pointer use in cmd_auto_complete > > Avoid using ps_prompt having a NULL pointer. For that, use the same > approach as in uboot_cli_readline(). > > Suggested-by: Simon Glass <[email protected]> > Signed-off-by: Adam Lackorzynski <[email protected]> > > common/command.c | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

