Closed
Bug 584357
Opened 15 years ago
Closed 15 years ago
TextRunWordCache::MakeTextRun doesn't null check new [] result
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: ehsan.akhgari)
Details
(Whiteboard: [sg:critical?])
Attachments
(1 file, 1 obsolete file)
2.60 KB,
patch
|
roc
:
review+
dveditz
:
approval1.9.2.9+
dveditz
:
approval1.9.1.12+
|
Details | Diff | Splinter Review |
This *might* be the reason for bug 583077, at least on branches.
Assignee | ||
Comment 1•15 years ago
|
||
But shouldn't operator new[] been infallible?
Reporter | ||
Comment 2•15 years ago
|
||
On trunk yes, but not on branches.
Assignee | ||
Comment 3•15 years ago
|
||
Ah, yes. I missed the branch mention for some reason. Then I guess we only need to take this patch on branches.
Assignee | ||
Comment 4•15 years ago
|
||
The typos that I make sometimes amaze me...
Attachment #462788 -
Attachment is obsolete: true
Attachment #462949 -
Flags: review?(roc)
Attachment #462788 -
Flags: review?(roc)
Attachment #462949 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 462949 [details] [diff] [review]
Patch (v1)
This bug only affects branches, so I'm asking approval only for branches.
Attachment #462949 -
Flags: approval1.9.2.9?
Attachment #462949 -
Flags: approval1.9.1.12?
Comment 6•15 years ago
|
||
Comment on attachment 462949 [details] [diff] [review]
Patch (v1)
Approved for 1.9.2.9 and 1.9.1.12, a=dveditz for release-drivers
Attachment #462949 -
Flags: approval1.9.2.9?
Attachment #462949 -
Flags: approval1.9.2.9+
Attachment #462949 -
Flags: approval1.9.1.12?
Attachment #462949 -
Flags: approval1.9.1.12+
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [sg:critical?]
Assignee | ||
Comment 7•15 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/74b1c75a67a2
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/a276f3e7f3dd
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
status1.9.1:
--- → .12-fixed
status1.9.2:
--- → .9-fixed
Resolution: --- → FIXED
Updated•14 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•