Bugzilla@Mozilla – Bug 584357
TextRunWordCache::MakeTextRun doesn't null check new [] result
Last modified: 2010-09-27 18:32:55 PDT
Summon comment box
This *might* be the reason for bug 583077, at least on branches.
Created attachment 462788 [details] [review] Patch (v1) But shouldn't operator new[] been infallible?
On trunk yes, but not on branches.
Ah, yes. I missed the branch mention for some reason. Then I guess we only need to take this patch on branches.
Created attachment 462949 [details] [review] Patch (v1) The typos that I make sometimes amaze me...
Comment on attachment 462949 [details] [review] Patch (v1) This bug only affects branches, so I'm asking approval only for branches.
Comment on attachment 462949 [details] [review] Patch (v1) Approved for 1.9.2.9 and 1.9.1.12, a=dveditz for release-drivers
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/74b1c75a67a2 http://hg.mozilla.org/releases/mozilla-1.9.1/rev/a276f3e7f3dd