On 9/8/20 12:10 am, Gedare Bloom wrote:
> it should be applied with the doco patch from sebastian
Yes and then I need to update the documentation to mention the main loop needs
to manage any standard file descriptors.
Chris
___
devel mailing list
devel@
it should be applied with the doco patch from sebastian
On Sat, Aug 8, 2020 at 2:13 AM wrote:
>
> From: Chris Johns
>
> Clearing the std file handles when the main loop exited crashes
> telnetd as it reuses its session threads.
>
> Closes #3859
> ---
> cpukit/libmisc/shell/shell.c | 26
From: Chris Johns
Clearing the std file handles when the main loop exited crashes
telnetd as it reuses its session threads.
Closes #3859
---
cpukit/libmisc/shell/shell.c | 26 ++
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/cpukit/libmisc/shell/shell.c