Closed
Bug 336152
Opened 20 years ago
Closed 18 years ago
Missing out-of-memory checks in gfx/src/ps/nsAFMObject.cpp
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: vda, Unassigned)
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
mPSFontInfo = new AFMFontInformation;
memset(mPSFontInfo,0,sizeof(AFMFontInformation));
Practically every new invocation in this file is not checked for NULL
Reproducible: Always
Updated•20 years ago
|
Assignee: nobody → general
Component: General → GFX
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
nsAFMObject.cpp is gone in the trunk.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•