incorporating messages which ended in multiple linefeeds crossing
a buffer boundary.
+Sun May 28 14:39:31 CEST 2000 Ruud de Rooij <ruud@ruud.org>
+
+ * Fixed m_getfld bug which caused segmentation faults when
+ incorporating messages which ended in multiple linefeeds crossing
+ a buffer boundary.
+
Fri May 26 13:21:59 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
* msh has been unable to show MIME messages ever since 1.0. Alec
while (pc != *str++)
if (str > es)
return 0;
-
+ if (str > es+1)
+ return 0;
sp = str; pp = pat;
while (pp < ep && *sp++ == *pp)
pp++;