mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
void_expr_error(): n may be NULL.
Reported from @clayton-shopify.
This commit is contained in:
@@ -3430,6 +3430,7 @@ void_expr_error(parser_state *p, node *n)
|
||||
{
|
||||
int c;
|
||||
|
||||
if (n == NULL) return;
|
||||
c = (int)(intptr_t)n->car;
|
||||
switch (c) {
|
||||
case NODE_BREAK:
|
||||
|
||||
Reference in New Issue
Block a user