* embryo: Prevent use of unitialized data.
authorCedric BAIL <cedric.bail@free.fr>
Fri, 18 Dec 2009 17:40:13 +0000 (17:40 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Fri, 18 Dec 2009 17:40:13 +0000 (17:40 +0000)
SVN revision: 44547

legacy/embryo/src/bin/embryo_cc_sc3.c

index f10bb35..ca1b466 100644 (file)
@@ -776,6 +776,7 @@ expression(int *constant, cell * val, int *tag, int chkfuncresult)
    else
      {
        *constant = FALSE;
+       *val = 0;
      }                         /* if */
    if (tag != NULL)
       *tag = lval.tag;