[Bug 4472] busybox tail -f does not terminate with SIGINT (Ctrl+c) via telnet

bugzilla at busybox.net bugzilla at busybox.net
Fri Nov 18 21:57:57 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4472

--- Comment #1 from Steven Krebs <Steven.Krebs at intel.com> 2011-11-18 21:57:57 UTC ---
Was able to add a work around to networking/telnetd.c in function
make_new_session()

Addition of
    signal(SIGINT, SIG_DFL);

near line 330 seems to work.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list