Closed
Bug 713873
Opened 13 years ago
Closed 13 years ago
crash in nsMsgDatabase::SetSummaryValid if feed db out of date
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 12.0
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
(Keywords: regression)
Attachments
(1 file)
779 bytes,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
If a feed database is out of date, we crash trying to download new messages in nsMsgDatabase::SetSummaryValid() because of a null m_dbFolderInfo.
I checked prior to the pluggable store landing and we checked for a null m_dbFolderInfo.
Attachment #584578 -
Flags: review?(neil)
Comment 1•13 years ago
|
||
Comment on attachment 584578 [details] [diff] [review]
proposed fix
Well, nsMailDatabase::SetSummaryValid certainly null-checks m_dbFolderInfo... nsMsgDatabase::SetSummaryValid never used to, but presumably we're passing it true which it used to ignore completely.
Attachment #584578 -
Flags: review?(neil) → review+
Assignee | ||
Comment 2•13 years ago
|
||
fixed on trunk http://hg.mozilla.org/comm-central/rev/349840cd946a
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: regression
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 12.0
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•