fix(parser): initialization is not heap buffer overflowing anymore
This commit is contained in:
parent
13018e0a03
commit
9ea979b303
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ static bool add_first(enum rule rule, enum token_type token)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fill
|
// Fill
|
||||||
item->list_length++;
|
|
||||||
item->tokens[item->list_length - 1] = token;
|
item->tokens[item->list_length - 1] = token;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue