Vendor fix: initialize the flag field of a newly created node to be 0.
Submitted by: jasone
This commit is contained in:
parent
d4f5668004
commit
3a835f07a4
@ -353,6 +353,7 @@ parse(enum tok tok)
|
||||
|
||||
node = xalloc(sizeof(struct node));
|
||||
node->lno = lno;
|
||||
node->flags = 0;
|
||||
|
||||
if (tok != '(')
|
||||
report("'(' expected at begin of node");
|
||||
|
Loading…
x
Reference in New Issue
Block a user