Closed
Bug 21852
Opened 25 years ago
Closed 25 years ago
[DOGFOOD] [REGRESSION] Large Image attachments hang on mail display
Categories
(MailNews Core :: MIME, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: rhp, Assigned: rhp)
Details
(Whiteboard: [PDT+])
We have a problem with image attachments over 32K. It will hang the
application. We really need to fix this one.
mscott helped me fix this bug and I have a reviewed patch ready to checkin.
Updated•25 years ago
|
Summary: [DOGFOOD] Large Image attachments hang on mail display → [DOGFOOD] [REGRESSION] Large Image attachments hang on mail display
Comment 1•25 years ago
|
||
This regression was caused by the fix to Bug #21436.
The fix involve properly kicking out of a while loop if an error code is
returned. i.e. we had code that looked like
while (dataToSend)
writeData();
the fix is simply to kick out of the while loop if writeData returned an error
code. Nothing fancy...pretty low risk.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M12
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•