Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto ef94bfc2e6 proc.c (closure_setup): fix NULL check logic
It used to check ci to be non NULL in line 37, but we silently assumed
ci was not NULL in the `else` clause too. So instead of checking NULL,
we add assertion. This incomplete check was found by clang-tidy.
2024-03-26 14:00:00 +09:00
..
2023-11-02 13:15:45 +09:00
2024-03-26 13:59:59 +09:00
2023-11-01 22:21:59 +09:00
2024-01-20 22:07:29 +09:00
2016-05-09 17:19:47 +02:00
2024-03-26 14:00:00 +09:00