diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-13 16:17:06 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-13 16:17:06 +0200 |
commit | 662634b82902afa84a8c978c259fa0bbd7bc8c09 (patch) | |
tree | 343ff57c6d96449370c7f81cecee8675668e7dcd /e2fsprogs/chattr.c | |
parent | 85100a7067a51c5e6720c0a738317cc2144ab219 (diff) | |
download | busybox-662634b82902afa84a8c978c259fa0bbd7bc8c09.tar.gz |
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 'e2fsprogs/chattr.c')
0 files changed, 0 insertions, 0 deletions