commit | 662634b82902afa84a8c978c259fa0bbd7bc8c09 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 13 16:17:06 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 13 16:17:06 2016 +0200 |
tree | 343ff57c6d96449370c7f81cecee8675668e7dcd | |
parent | 85100a7067a51c5e6720c0a738317cc2144ab219 [diff] |
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>