Closed
Bug 144406
Opened 23 years ago
Closed 8 years ago
Attempt to read attachment file from bad media results in message sent with corrupt attachment
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
People
(Reporter: P, Unassigned)
References
(Depends on 1 open bug)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020205
BuildID: 2002020511
Note this happened on RC2, not the above build ID (0.9.9).
Anyway I attached a file from a floppy disk to a mail,
but mozilla didn't complain even though it could only
attach the first 16K of the file!
Reading the file using cat gave an I/O error, so
mozilla should abort a file if it gets an error from read()
Reproducible: Always
Steps to Reproduce:
1.Hard bit is to get file on floppy that gives I/O error
2.attach to mail
Actual Results: attaches any part of file read, even if read() returns error
Expected Results: Display error, and don't attach corrupt file!
Updated•23 years ago
|
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 1•23 years ago
|
||
Hmm just noticed 74632 which is very much related,
though I think the problem there is read() blocks
forever trying to read files when sending?
| Reporter | ||
Updated•23 years ago
|
Component: Mail Window Front End → Attachments
Comment 2•23 years ago
|
||
corrupt email attachments on win2k as well. Everything that gets sent is corrupt.
QA Contact: yulian → stephend
Updated•20 years ago
|
Product: MailNews → Core
Comment 4•19 years ago
|
||
I've reproduced this with TB 1.5-0215, Windows 2000. It's not really an "attachments" issue; that category is for handling attachments on mail that's
in the Inbox, not for sending.
In my case, the file on the floppy disc is reported (when copying in Windows Explorer) as having a bad CRC. When I select the file for attachment, there is a long period of time spent accessing the floppy, then the file-select dialog closes and the file appears in the attachment bucket (name correct, generic Application icon). When I send the file, there is additional floppy access
(but not as much -- the corrupted attachment, when saved to disk, is only 32KB, compared to the 1.2 MB of the original file), then the message is sent.
Assignee: sspitzer → nobody
Component: MailNews: Attachments → MailNews: Composition
OS: Linux → All
QA Contact: stephend
Summary: corrupt email attachments → Attempt to read attachment file from bad media results in message sent with corrupt attachment
Updated•17 years ago
|
QA Contact: composition
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 5•15 years ago
|
||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•