Re: [RFC PATCH 03/28] cli: lil: Replace strclone with strdup

2021-07-04 Thread Steve Bennett
On 4 Jul 2021, at 5:26 am, Wolfgang Denk wrote: > > Dear Sean, > > In message you wrote: >> >> Well, since Hush was never updated, I don't believe LIL will be either. > > Let's please be exact here: Hus has never been updated _in_U-Boot_, > but it has seen a lot of changes upstream, which app

[PATCH] cli_readline: Only insert printable chars

2020-11-22 Thread Steve Bennett
There should be no need to insert non-printable characters and this prevents line editing getting confused. Signed-off-by: Steve Bennett --- common/cli_readline.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/cli_readline.c b/common/cli_readline.c index