Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-10-13 17:17:06 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2016-10-13 17:17:06 +0300
commit662634b82902afa84a8c978c259fa0bbd7bc8c09 (patch)
tree343ff57c6d96449370c7f81cecee8675668e7dcd /examples
parent85100a7067a51c5e6720c0a738317cc2144ab219 (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>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions