telnetd: document bug in remove_iacs. reinstate band-aid
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 15 Oct 2007 17:28:00 +0000 (17:28 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 15 Oct 2007 17:28:00 +0000 (17:28 -0000)
commit10916c5c6b34a9268356ef5447f5de0b20089aa7
treed6f27392403c20dae460bdd86177999438c3ae83
parent59d7c43dbe502ef7425f6828bb43528c5adfc9a9
telnetd: document bug in remove_iacs. reinstate band-aid
which was making it near-impossible to trigger.
remove memmove call which was happening at each network read,
and in 99%+ cases was not needed. Unfortunately, +50 bytes.
networking/telnetd.c