Root/package/busybox/patches/902-telnetd_intr.patch

1--- a/networking/telnetd.c
2+++ b/networking/telnetd.c
3@@ -330,6 +330,7 @@ make_new_session(
4 
5     /* Restore default signal handling ASAP */
6     bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
7+ signal(SIGINT, SIG_DFL);
8 
9     pid = getpid();
10 
11

Archive Download this file



interactive