From: Peter Maydell Date: Tue, 29 Apr 2008 21:05:30 +0000 (+0000) Subject: Correct various places in smtp.c where the reply string might not have been X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/d4178eb3eebbf5c51c51cc713df58a2bdaa6bede?ds=sidebyside;hp=d4178eb3eebbf5c51c51cc713df58a2bdaa6bede Correct various places in smtp.c where the reply string might not have been correctly NUL-terminated. Includes a fix for a particularly nasty and long standing screwup where the buffer length counting in smhear() was totally broken for continued lines from the server. ---