Bug#607415: telnetd not draining input from child

2015-01-20 Thread Mats Erik Andersson
package telnetd tag 607415 + pending thanks A solution has been found! The signal handling of SIGCHLD needed to be changed. Regards M E Andersson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#607415: telnetd not draining input from child

2010-12-17 Thread Robert Henney
Package: telnetd Version: 0.17-36 Severity: normal telnetd does not appear to complete passing input from the child process after SIGCHLD is received. this can be shown using a short script like #!/bin/sh echo firstly this sleep 1 echo lastly this and an entry such as this in