telnetd: treat all 2-byte IACs in 240..249 range as NOPs.
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Oct 2016 17:41:33 +0000 (19:41 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Oct 2016 17:41:33 +0000 (19:41 +0200)
commitb6d421b635670939e4ec047543f84cb507e5fe9d
treee8eda0cbd669c3e48ef97c4a2b41eaeeeb5ee546
parent122c47ac02e2d2f615b34fe744d958fcd245f3d5
telnetd: treat all 2-byte IACs in 240..249 range as NOPs.

A bit of future-proofing. Some of them can stand just being ignored.

function                                             old     new   delta
telnetd_main                                        1791    1798      +7

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