fix 362213 crash in MimeExternalBody_parse_eof, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2006-11-29 21:00:59 +00:00
parent 0fce27f3a2
commit a06b4af9c2

View File

@ -340,6 +340,7 @@ MimeExternalBody_parse_eof (MimeObject *obj, PRBool abort_p)
(site ? strlen(site) : 0) +
(svr ? strlen(svr) : 0) +
(subj ? strlen(subj) : 0) +
(ct ? strlen(ct) : 0) +
(url ? strlen(url) : 0) + 100);
if (!h)
{