Closed
Bug 336151
Opened 19 years ago
Closed 14 years ago
(For CONSTORE, see bug 436151) Missing out-of-memory checks at gfx/src/qt/nsRenderingContextQt.cpp:129
Categories
(Core Graveyard :: Ports: Qt, defect)
Core Graveyard
Ports: Qt
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: vda, Assigned: zack)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060320 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060320 Firefox/1.5
mSurface = new nsDrawingSurfaceQt();
QPaintDevice *pdevice = (QWidget*)aWindow->GetNativeData(NS_NATIVE_WINDOW);
Q_ASSERT(pdevice);
QPainter *gc = new QPainter();
mSurface->Init(pdevice,gc);
A few more unchecked-for-NULL instances of "QPainter *gc = new QPainter();" exist in this file.
Reproducible: Always
Updated•19 years ago
|
Assignee: nobody → zack
Component: General → Ports: Qt
Product: Firefox → Core
QA Contact: general → cbiesinger
Version: unspecified → Trunk
Updated•19 years ago
|
QA Contact: cbiesinger → ports-qt
Updated•16 years ago
|
Product: Core → Core Graveyard
Comment 1•14 years ago
|
||
No nsRenderingContextQt.cpp now.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Comment 2•3 years ago
•
|
||
This has nothing to do with thunderbird's imap CONDSTORE. However, the searchfox "blame" link for bug "support IMAP RFC 4551 - CondStore extension", bug 436151 links to this report due to a commit typo mentioned here: bug 436151 comment 20.
Summary: Missing out-of-memory checks at gfx/src/qt/nsRenderingContextQt.cpp:129 → (For CONSTORE, see bug 436151) Missing out-of-memory checks at gfx/src/qt/nsRenderingContextQt.cpp:129
You need to log in
before you can comment on or make changes to this bug.
Description
•