busybox/networking
Denys Vlasenko 662634b829 telnetd: ifdef out a buggy error handling code path
Here, not handling the error is would just eat one input 0xff char.
Correct handling would need even more corner case handling,
as-is buggy handling corrupts the buffer.
Since we just been told by kernel that pty is ready,
EAGAIN should not be happening here anyway.

function                                             old     new   delta
telnetd_main                                        1798    1785     -13

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-13 16:17:06 +02:00
..
2016-07-04 17:38:01 +02:00
2015-10-14 12:53:47 +02:00
2015-08-15 21:15:27 +02:00
2015-10-13 17:17:34 +02:00
2015-05-25 13:46:36 +02:00
2016-03-04 07:36:04 +01:00
2016-07-19 17:48:55 +02:00
2016-10-12 20:42:58 +02:00