X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=ca22c28c583408b0fbdb377280244dcb9c62efae;hp=7d02b8a11d2ca5d9dc68cebd8a7b110e3488954f;hb=6630f05d0a6d631c9ed2edfef9951df892287794;hpb=f1bd4ca9cee81e86095c61cebc56c0f302a675d4 diff --git a/ChangeLog b/ChangeLog index 7d02b8a..ca22c28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2005-11-06 Peter Maydell + * sbr/fmt_rfc2047.c, sbr/fmt_scan.c, h/prototypes.h: fix various + possible overruns of the buffers in fmt_scan() which would cause + crashes if scan was run with '-width 16536' or similar. + + * uip/popsbr.c: fix compile error which only showed up if nmh + was configured with --enable-apop. + * Debian Bug# 245932, RedHat Bug# 172388: uip/mhparse.c: don't crash when handling a multipart MIME message with an invalid Content-Type header (file handle was being fclose()d twice).