analysis: ClutterScriptParser
We parse a JSON value depending on the initial state of an uninitialized variable. Ouch.
This commit is contained in:
parent
4d9010dd5e
commit
136e8c1acb
@ -1539,8 +1539,8 @@ apply_child_properties (ClutterScript *script,
|
|||||||
{
|
{
|
||||||
PropertyInfo *pinfo = l->data;
|
PropertyInfo *pinfo = l->data;
|
||||||
GValue value = { 0, };
|
GValue value = { 0, };
|
||||||
|
gboolean res = FALSE;
|
||||||
const gchar *name;
|
const gchar *name;
|
||||||
gboolean res;
|
|
||||||
|
|
||||||
if (!pinfo->is_child)
|
if (!pinfo->is_child)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user