Closed
Bug 236258
Opened 21 years ago
Closed 21 years ago
Crash in nsMsgMdnGenerator::ProcessSendMode
Categories
(SeaMonkey :: MailNews: Backend, defect)
SeaMonkey
MailNews: Backend
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7beta
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
838 bytes,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Every time I try to display a message in my pop account, Mozilla crashes. It
crashes in nsMsgMdnGenerator::ProcessSendMode at the following line:
const char *accountDomain = strchr(m_email.get(), '@');
I looked at my account's identity and I don't have an email address setup which
explain the crash. We need to check m_email before using it...
Assignee | ||
Comment 3•21 years ago
|
||
added a null check for m_email.
Assignee | ||
Updated•21 years ago
|
Attachment #142834 -
Flags: review?(bienvenu)
Comment 4•21 years ago
|
||
Comment on attachment 142834 [details] [diff] [review]
Fix v1
looks fine.
Attachment #142834 -
Flags: superreview+
Attachment #142834 -
Flags: review?(bienvenu)
Attachment #142834 -
Flags: review+
Assignee | ||
Comment 5•21 years ago
|
||
setting target and severity
Severity: normal → major
Flags: blocking1.7b?
Target Milestone: --- → mozilla1.7beta
Assignee | ||
Comment 6•21 years ago
|
||
Fix checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
OS: MacOS X → All
Hardware: Macintosh → All
Resolution: --- → FIXED
Comment 7•21 years ago
|
||
if fix is already checked in, no need to set the blocking 1.7b flag.
Flags: blocking1.7b?
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Return Receipts → MailNews: Backend
QA Contact: grylchan → offline
You need to log in
before you can comment on or make changes to this bug.
Description
•