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)

defect
Not set
normal

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
Assignee: nobody → zack
Component: General → Ports: Qt
Product: Firefox → Core
QA Contact: general → cbiesinger
Version: unspecified → Trunk
QA Contact: cbiesinger → ports-qt
Product: Core → Core Graveyard
No nsRenderingContextQt.cpp now.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE

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.