* embryo: Prevent use of unitialized data.

SVN revision: 44547
This commit is contained in:
Cedric BAIL 2009-12-18 17:40:13 +00:00
parent ffdd35a843
commit 41b0fb73a0
1 changed files with 1 additions and 0 deletions

View 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;