Closed Bug 603321 Opened 14 years ago Closed 13 years ago

aggrNode is null checked after dereference [@ TParseContext::areAllChildConst]

Categories

(Core :: Graphics, defect)

defect
Not set
critical

Tracking

()

RESOLVED INVALID

People

(Reporter: timeless, Assigned: timeless)

References

(Blocks 1 open bug)

Details

(Keywords: coverity, crash)

Crash Data

Attachments

(1 file)

1026 bool TParseContext::areAllChildConst(TIntermAggregate* aggrNode)
1027 {

derefrences aggrNode:
1028     if (!aggrNode->isConstructor())
1029         return false;

Null checks after dereference:
1035     if (aggrNode) {
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Needs to be filed at http://code.google.com/p/angleproject/ -- please file further ANGLE bugs there.
Status: ASSIGNED → NEW
Crash Signature: [@ TParseContext::areAllChildConst]
Our latest ANGLE import has ASSERT(aggrNode != NULL); so this is not a valid patch.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: