parse.y (call_with_block): a->cdr may be NULL.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-11-04 14:05:52 +09:00
parent c6b7029cdc
commit 4f385f119c
2 changed files with 1013 additions and 1011 deletions
+1
View File
@@ -1286,6 +1286,7 @@ call_with_block(parser_state *p, node *a, node *b)
case NODE_RETURN:
case NODE_BREAK:
case NODE_NEXT:
if (a->cdr == NULL) return;
call_with_block(p, a->cdr, b);
break;
default:
File diff suppressed because it is too large Load Diff