Safely log unknown Telnet options and commands
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 3 Feb 2019 00:07:36 +0000 (00:07 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 3 Feb 2019 00:07:36 +0000 (00:07 +0000)
During Telnet negotiation, log unknown options by numeric value if
there is no listed name for them. Do the same for unknown Telnet
commands, though in reality this should never happen as they get
filtered by the existing implementation. Add regression testing to
make certain the crash bug which this fixes doesn't recur.


No differences found