telnetd: fix a corner case where CRLF->CR translation can misbehave
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Oct 2016 15:36:57 +0000 (17:36 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Oct 2016 15:36:57 +0000 (17:36 +0200)
commit0190c41bb297e8120e217cb531fb34d5035f17d2
tree9782683f56e68a9034e97831d6960df028c356fa
parent2a54b3e86ebf71d5d5dce7eb95d1aa04a636e780
telnetd: fix a corner case where CRLF->CR translation can misbehave

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/telnetd.c