CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2011/12/28 14:09:48
Modified files: usr.bin/telnet : encrypt.c Log message: As pointed out by Dan Rosenberg our telnet client has the same overflow when using encryption as the recent FreeBSD advisory. Use the same approach taken in FreeBSD to protect against malicious servers. ok miod@