oizma / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run Coverity on mozilla-central from something after 
http://hg.mozilla.org/mozilla-central/rev/582be9aca672

What is the expected output?
no REVERSE_INULL warnings for null checks after dereferences in 
TParseContext::areAllChildConst

What do you see instead?
REVERSE_INULL warning in TParseContext::areAllChildConst for "if 
(!aggrNode->isConstructor())" and "if (aggrNode)"

What version of the product are you using?
r367

On what operating system?
Linux with Coverity 4.5

Please provide any additional information below.

Original issue reported on code.google.com by timel...@gmail.com on 12 Oct 2010 at 4:24

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by alokp@chromium.org on 13 Oct 2010 at 8:45

GoogleCodeExporter commented 9 years ago
Fixed in r453.

Original comment by alokp@chromium.org on 14 Oct 2010 at 4:17