#1220: After telnet session dies, Mutt continues running, gradually consuming all CPU resources.
Comment (by vinc17): Replying to [comment:7 brendan]: > please let me know if it solves it on OS X too. Yes, it solves the problem on OS X. Thanks. > By the way, I don't think assignment to errno is portable (which you do in your patch). It's explicitly stated in the ISO C99 standard: ''Thus, a program that uses errno for error checking should set it to zero before a library function call, then inspect it before a subsequent library function call.'' -- Ticket URL: <http://dev.mutt.org/trac/ticket/1220#comment:9>