Re: [PATCH] libmisc/shell: Fix the handling of joel scripts in telnet

2020-02-17 Thread Chris Johns
On 17/2/20 8:47 pm, Chris Johns wrote: > >> On 17 Feb 2020, at 5:51 pm, Sebastian Huber >> wrote: >> >> On 17/02/2020 07:05, chr...@rtems.org wrote: >>> From: Chris Johns >>> - Fix the passing of std[in/out] to child threads >>> - Fix deleting of managed memory in the key destructor >>> - Only

[4.11 PATCH] libmisc/shell: Fix the handling of joel scripts in telnet

2020-02-17 Thread chrisj
From: Chris Johns - Fix the passing of std[in/out] to child threads - Fix deleting of managed memory in the key destructor - Only set the key in the main loop thread - Only allocate a shell env outside of the main loop - Fix memory leak if the task start fails - Remove error level from shell env,

Re: [PATCH] libmisc/shell: Fix the handling of joel scripts in telnet

2020-02-17 Thread Chris Johns
> On 17 Feb 2020, at 5:51 pm, Sebastian Huber > wrote: > > On 17/02/2020 07:05, chr...@rtems.org wrote: >> From: Chris Johns >> - Fix the passing of std[in/out] to child threads >> - Fix deleting of managed memory in the key destructor >> - Only set the key in the main loop thread >> - Only al

Re: [PATCH] libmisc/shell: Fix the handling of joel scripts in telnet

2020-02-16 Thread Sebastian Huber
On 17/02/2020 07:05, chr...@rtems.org wrote: From: Chris Johns - Fix the passing of std[in/out] to child threads - Fix deleting of managed memory in the key destructor - Only set the key in the main loop thread - Only allocate a shell env outside of the main loop - Work around #3970 - Fix memory

[PATCH] libmisc/shell: Fix the handling of joel scripts in telnet

2020-02-16 Thread chrisj
From: Chris Johns - Fix the passing of std[in/out] to child threads - Fix deleting of managed memory in the key destructor - Only set the key in the main loop thread - Only allocate a shell env outside of the main loop - Work around #3970 - Fix memory leak if the task start fails - Remove error l