Closed
Bug 240522
Opened 21 years ago
Closed 21 years ago
ABR in PL_strlen, nsMsgSearchTerm::MatchArbitraryHeader(nsIMsgSearchScopeTerm *,UINT,UINT,char const*,int,nsIMsgDBHdr *,nsIMsgDatabase *,char const*,UINT,int,int *) [nsMsgSearchTerm.cpp:725]
Categories
(MailNews Core :: Filters, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: fixed1.7)
Attachments
(1 file)
820 bytes,
patch
|
mscott
:
superreview+
asa
:
approval1.7+
|
Details | Diff | Splinter Review |
If you get a message header > 512 bytes long, and you have a filter that works
on a non-default message header, we call PL_strlen on a non-null terminated
string. Fix upcoming.
Assignee | ||
Comment 1•21 years ago
|
||
this showed up under purify - I think it's a recent regression from some code
to deal with multi-line headers.
Assignee | ||
Updated•21 years ago
|
Attachment #146115 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #146115 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Updated•21 years ago
|
Attachment #146115 -
Flags: approval1.7?
Assignee | ||
Comment 3•21 years ago
|
||
fixed on trunk.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 4•21 years ago
|
||
Comment on attachment 146115 [details] [diff] [review]
proposed fix
a=asa (on behalf of drivers) for checkin to 1.7
Attachment #146115 -
Flags: approval1.7? → approval1.7+
Updated•21 years ago
|
Flags: blocking1.7?
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
•