On 10/8/20 2:52 pm, Sebastian Huber wrote:
>
> thanks for the patch. It fixes the Telnet issue.
>
Thank you for the feedback. I will push the patches and update the
documentation.
Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/ma
Hello Chris,
thanks for the patch. It fixes the Telnet issue.
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
From: Chris Johns
Clearing the std file handles when the main loop exited crashes
telnetd as it reuses its session threads.
---
cpukit/libmisc/shell/shell.c | 26 ++
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmi