X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/757fa32156f812a166631942816e46e2138ebae3..d4178eb3eebbf5c51c51cc713df58a2bdaa6bede:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index da5ac1d3..7649ae01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,12 @@ (the SASL libraries now care if you pass in the wrong length). + * 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. + 2008-04-29 Peter Maydell * Cope with sasl_decode64() returning SASL_CONTINUE, as