Closed
Bug 456233
Opened 17 years ago
Closed 17 years ago
nsMsgHdr needs to ensure various 'in string' parameters to avoid crashes
Categories
(MailNews Core :: Database, defect)
MailNews Core
Database
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0a3
People
(Reporter: asuth, Assigned: asuth)
Details
(Keywords: crash)
Attachments
(1 file)
Not that I passed in undefined values to the various nsIMsgDBHdr property methods and crashed Thunderbird with a null de-ref, but someone less careful could do so...
Attachment #339621 -
Flags: superreview?(bienvenu)
Attachment #339621 -
Flags: review?(bienvenu)
Updated•17 years ago
|
Attachment #339621 -
Flags: superreview?(bienvenu)
Attachment #339621 -
Flags: superreview+
Attachment #339621 -
Flags: review?(bienvenu)
Attachment #339621 -
Flags: review+
Comment 1•17 years ago
|
||
Comment on attachment 339621 [details] [diff] [review]
make sure NS_ENSURE_ARG_POINTER or equivalent happens for all 'in string' arguments. also, accidentally fix one instance of whitespace.
thx, Andrew.
| Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 2•17 years ago
|
||
Checked in, changeset id: 393:09db772e3047
You need to log in
before you can comment on or make changes to this bug.
Description
•